From 9a40894025f97bada6fe74bf5b3b2446f2fe3e4a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 13 Aug 2009 12:40:29 +0200 Subject: Applied patch from Johannes Zellner about {Middle,CTRL} clicking bookmarks links handling. Many thanks! --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.cpp') 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) { -- cgit v1.2.1