From 73e9ccedebedf186ae6fd980cc0e1abd7c340aec Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 9 Mar 2011 18:10:33 +0100 Subject: Another one in the "fixing the dangerous commit" series. This one is for crashes on restart after a bug... --- 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 7b8fa90b..1813d798 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -119,7 +119,7 @@ int Application::newInstance() if (isRekonqCrashed && isFirstLoad) { - loadUrl(KUrl("about:closedTabs")); + loadUrl(KUrl("about:closedTabs"), Rekonq::NewWindow); MessageBar *msgBar = new MessageBar(i18n("It seems rekonq was not closed properly. Do you want " "to restore the last saved session?") , mainWindow()->currentTab() -- cgit v1.2.1