diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-11 09:22:46 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-11 09:22:46 +0200 |
commit | 80c54b321ba3d4b5d37a2da10af32bf7e2b298d0 (patch) | |
tree | 22906f3c734388294335079291d1725d22b1da10 /src/mainwindow.cpp | |
parent | HUGE COMMIT (diff) | |
download | rekonq-80c54b321ba3d4b5d37a2da10af32bf7e2b298d0.tar.xz |
Fixing Application::postLaunch() && BookmarksProvider behaviour
Another fantastic patch from Ronny Scholz
PS: Ehi, Ronny. I think you need a nickname :D
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ac9b83bb..45a12a78 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -204,10 +204,6 @@ void MainWindow::postLaunch() // Find Bar signal connect(m_findBar, SIGNAL(searchString(const QString &)), this, SLOT(slotFind(const QString &))); - // bookmarks loading - connect(Application::bookmarkProvider(), SIGNAL(openUrl(const KUrl&, const Rekonq::OpenType&)), - Application::instance(), SLOT(loadUrl(const KUrl&, const Rekonq::OpenType&))); - // setting up toolbars to NOT have context menu enabled setContextMenuPolicy(Qt::DefaultContextMenu); |