diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-19 09:54:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-19 09:54:44 +0200 |
commit | c4e852c17c4c6c73baf73a7e5d50ddbbc296e39a (patch) | |
tree | 21a2865c4021e57538542ed8966cc59f17f3f133 /src/mainwindow.cpp | |
parent | Merge commit 'refs/merge-requests/2242' of git://gitorious.org/rekonq/mainlin... (diff) | |
parent | Fix compile (diff) | |
download | rekonq-c4e852c17c4c6c73baf73a7e5d50ddbbc296e39a.tar.xz |
Merge commit 'refs/merge-requests/2243' of git://gitorious.org/rekonq/mainline into m2243
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 898aa842..3c8874e1 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -187,7 +187,6 @@ void MainWindow::setupToolbars() // =========== Bookmarks ToolBar ================================ m_bmBar->setAcceptDrops(true); - m_bmBar->setContextMenuPolicy(Qt::CustomContextMenu); Application::bookmarkProvider()->setupBookmarkBar(m_bmBar); if(ReKonfig::firstExecution()) |