diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-30 11:20:33 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-30 11:20:33 +0200 |
commit | 1888aa3f174b255197083918279692b4f73ebc2d (patch) | |
tree | 19f557c8ecc75dffd91c1cc1b555f42f44ce5317 /src/webview.cpp | |
parent | rekonq 0.2.61 with new home page (diff) | |
download | rekonq-1888aa3f174b255197083918279692b4f73ebc2d.tar.xz |
Turned "Add bookmark" action to KDE one and implemented an "add to preferred"
mechanism (an action in the contextual menu)
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index e4d98298..fac98f71 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -274,6 +274,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event) menu.addAction(mainwindow->actionByName(KStandardAction::name(KStandardAction::SaveAs))); menu.addAction(mainwindow->actionByName("page_source")); + menu.addAction(mainwindow->actionByName("add_to_preferred")); QAction *addBookmarkAction = Application::bookmarkProvider()->actionByName("rekonq_add_bookmark"); menu.addAction(addBookmarkAction); |