summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-13 12:40:29 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-13 12:40:29 +0200
commit9a40894025f97bada6fe74bf5b3b2446f2fe3e4a (patch)
treeb15abeefb13cbc45807a799e018f56b9f72d7a04 /src/application.cpp
parentFixed mailto link handling (diff)
downloadrekonq-9a40894025f97bada6fe74bf5b3b2446f2fe3e4a.tar.xz
Applied patch from Johannes Zellner about {Middle,CTRL} clicking
bookmarks links handling. Many thanks!
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp
index ebd99004..c072b9f7 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -293,7 +293,7 @@ void Application::loadUrl(const KUrl& url, const Rekonq::OpenType& type)
return;
}
- WebView *webView;
+ WebView *webView = 0;
switch(type)
{