From 9e48d9d5449d78aab4a4e89001945fda8f571f66 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 1 Dec 2011 18:52:55 +0100 Subject: Fix bk toolbar initialization --- 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 27dca44f..9dd98a49 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -416,7 +416,7 @@ void Application::loadUrl(const KUrl& url, const Rekonq::OpenType& type) Rekonq::OpenType newType = type; // Don't open useless tabs or windows for actions in about: pages - if(url.url().contains("about:") && url.url().contains("/")) + if (url.url().contains("about:") && url.url().contains("/")) newType = Rekonq::CurrentTab; // first, create the webview(s) to not let hangs UI.. -- cgit v1.2.1