diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 18:27:12 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 18:27:12 +0200 |
commit | b83de023d2fe60dca70f6662d4c9264b44db5aaf (patch) | |
tree | ea83eb76f9a89e42036bf5720f8d7ed4bc2f44ec /src/mainwindow.cpp | |
parent | Importing some reverted changes (diff) | |
download | rekonq-b83de023d2fe60dca70f6662d4c9264b44db5aaf.tar.xz |
removing location toolbar to let toolbars be more configurable
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index a9364ef1..377f74a8 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -76,7 +76,7 @@ MainWindow::MainWindow() , m_searchBar(new SearchBar(this)) , m_sidePanel(0) { - // accept dnd + // accept d'n'd setAcceptDrops(true); // updating rekonq configuration |