From 2809822c951ac8c835fea5e218c6fe1a8126f3eb Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 14 Oct 2012 20:59:18 +0200 Subject: Fix opening when there are no pinned tabs --- src/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index 4f6f9651..1ac66188 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -146,8 +146,8 @@ int Application::newInstance() { restoreOk = SessionManager::self()->restoreJustThePinnedTabs(); } - - isFirstLoad = restoreOk; + + isFirstLoad = !restoreOk; } // first argument: 99% of the time we have just that... -- cgit v1.2.1