From 9d09c7685777981fbe58efbac288b7b09a9d113c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 26 Jul 2009 17:40:04 +0200 Subject: Fixing a bit GooWiki actions and updating TODO --- TODO | 4 ++-- src/webview.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 41a21dcf..a3f84509 100644 --- a/TODO +++ b/TODO @@ -9,7 +9,7 @@ TO 0.2 release - private browsing color * rekonqrun * findbar NO notify system -- right click Google Search Integration +* right click Google Search Integration - packaging / license * tools menu (to be decided) - error pages (timeout loading) @@ -17,6 +17,6 @@ TO 0.2 release - no more KDEnetwork!! - no reKonfig in loadUrl * history menu -- clear private data +* clear private data - BKO - ctrl + url click diff --git a/src/webview.cpp b/src/webview.cpp index 9c55750a..f001f664 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -175,13 +175,13 @@ void WebView::contextMenuEvent(QContextMenuEvent *event) a = new KAction(i18n("Google Search"), this); a->setIcon(Application::icon(KUrl("http://www.google.com"))); a->setData("gg:"); - connect(a, SIGNAL(triggered(bool)), this, SLOT(slotGoogleSearch())); + connect(a, SIGNAL(triggered(bool)), this, SLOT(slotGooWikiSearch())); menu.addAction(a); a = new KAction(i18n("Wikipedia Search"), this); a->setIcon(Application::icon(KUrl("http://wikipedia.org"))); a->setData("wk:"); - connect(a, SIGNAL(triggered(bool)), this, SLOT(slotWikipediaSearch())); + connect(a, SIGNAL(triggered(bool)), this, SLOT(slotGooWikiSearch())); menu.addAction(a); // TODO Add translate, show translation -- cgit v1.2.1