From 23d8fcfe20cfdca15c3552e0d7f65a14586c8819 Mon Sep 17 00:00:00 2001 From: Felix Rohrbach Date: Wed, 23 Mar 2011 00:54:43 +0100 Subject: Fixup for last commit. Prevent rekonq from opening two windows after a crash. --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/application.cpp b/src/application.cpp index 3c1223a9..7fcbfe86 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -190,7 +190,7 @@ int Application::newInstance() break; } } - else // rekonq has just been started. Just open a new window + else if (!isFirstLoad) // rekonq has just been started. Just open a new window { switch (ReKonfig::newTabsBehaviour()) { -- cgit v1.2.1