diff options
| author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-04-03 23:09:25 +0200 | 
|---|---|---|
| committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-04-03 23:09:25 +0200 | 
| commit | c28496c854a41baf865fc6e34b9d0453034ee84b (patch) | |
| tree | ef27df9c3a84780c0ce942351ac7a1fd2aa7c00a /src/bookmarks | |
| parent | hide suggestions on ESC key (diff) | |
| download | rekonq-c28496c854a41baf865fc6e34b9d0453034ee84b.tar.xz | |
- Add the control modifier support for back, next and home actions and for the UrlTreeView
- Use SettingsOpenTab to open a link in a new tab with the bookmark toolbar
Diffstat (limited to 'src/bookmarks')
| -rw-r--r-- | src/bookmarks/bookmarksmanager.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/bookmarks/bookmarksmanager.cpp b/src/bookmarks/bookmarksmanager.cpp index 95adf387..6a5417fc 100644 --- a/src/bookmarks/bookmarksmanager.cpp +++ b/src/bookmarks/bookmarksmanager.cpp @@ -66,7 +66,7 @@ void BookmarkOwner::openBookmark(const KBookmark & bookmark,  {      if (keyboardModifiers & Qt::ControlModifier || mouseButtons == Qt::MidButton)      { -        emit openUrl(bookmark.url(), Rekonq::NewCurrentTab); +        emit openUrl(bookmark.url(), Rekonq::SettingOpenTab);      }      else      { | 
