summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-30 11:20:33 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-30 11:20:33 +0200
commit1888aa3f174b255197083918279692b4f73ebc2d (patch)
tree19f557c8ecc75dffd91c1cc1b555f42f44ce5317 /src/webview.cpp
parentrekonq 0.2.61 with new home page (diff)
downloadrekonq-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.cpp1
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);