diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-06 01:40:31 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-06 01:40:31 +0200 | 
| commit | 48a910c13b55816d7de8157ebc2ded8144a5ebdb (patch) | |
| tree | 3fded4d1627be0f76a9d0e3ecd149667fbfab5a8 /src | |
| parent | (Again) preparing PreviewImage for right mouse click manage (diff) | |
| download | rekonq-48a910c13b55816d7de8157ebc2ded8144a5ebdb.tar.xz | |
Open bookmarks in new tabs
(Ronny Scholz patch and idea)
Diffstat (limited to 'src')
| -rw-r--r-- | src/bookmarks.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp index e7f572b2..c08784e9 100644 --- a/src/bookmarks.cpp +++ b/src/bookmarks.cpp @@ -66,7 +66,7 @@ void BookmarkOwner::openBookmark(const KBookmark & bookmark,  {      if (keyboardModifiers & Qt::ControlModifier || mouseButtons == Qt::MidButton)      { -        emit openUrl(bookmark.url(), Rekonq::SettingOpenTab); +        emit openUrl(bookmark.url(), Rekonq::NewCurrentTab);      }      else      { | 
