diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-27 00:20:26 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-27 00:20:26 +0200 |
commit | 53a8bd0bd87c1fb417d7206a1494534d5fa48cc2 (patch) | |
tree | 7b813338b1e4f4a5718bae0b1a4ad7e55c370214 /src/bookmarks.cpp | |
parent | fixing settings menu (diff) | |
download | rekonq-53a8bd0bd87c1fb417d7206a1494534d5fa48cc2.tar.xz |
bookmarks fixes
Diffstat (limited to 'src/bookmarks.cpp')
-rw-r--r-- | src/bookmarks.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp index 2c225fb1..568759a8 100644 --- a/src/bookmarks.cpp +++ b/src/bookmarks.cpp @@ -62,16 +62,6 @@ void BookmarkOwner::openBookmark(const KBookmark & bookmark, Q_UNUSED(mouseButtons) Q_UNUSED(keyboardModifiers) - // FIXME this is workaround for double call issue - // When middle mouse button is clicked this method is called twice - static bool isDouble = false; - if (isDouble) - { - isDouble = false; - return; - } - //-- - emit openUrl(bookmark.url()); } |