From 8b62f205b28dd9d4baf07bdce622c01a884097db Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 9 Mar 2011 17:33:45 +0100 Subject: This is a first commit fixing the "dangerous" changes introduced to fix bug 266837. We basically have now a mainWindow() slot widely used in rekonq, that can return a null pointer. Checking the code again to ensure this is the unique bug caused by the change... BUG:268023 --- 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 5867211f..7b8fa90b 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -146,7 +146,7 @@ int Application::newInstance() { // No windows in the current desktop? No windows at all? // Create a new one and load there sites... - loadUrl(urlList.at(0), Rekonq::CurrentTab); + loadUrl(urlList.at(0), Rekonq::NewWindow); } else { -- cgit v1.2.1