diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-13 12:40:29 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-13 12:40:29 +0200 |
commit | 9a40894025f97bada6fe74bf5b3b2446f2fe3e4a (patch) | |
tree | b15abeefb13cbc45807a799e018f56b9f72d7a04 /src/application.cpp | |
parent | Fixed mailto link handling (diff) | |
download | rekonq-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.cpp | 2 |
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) { |