summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-03-09 18:10:33 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-03-09 18:10:33 +0100
commit73e9ccedebedf186ae6fd980cc0e1abd7c340aec (patch)
tree0a9bac357a1c3d3f4d36187ff75fc041e90da0cd /src/application.cpp
parentDisable help menu creation via createGUI as we create it on our own... (diff)
downloadrekonq-73e9ccedebedf186ae6fd980cc0e1abd7c340aec.tar.xz
Another one in the "fixing the dangerous commit" series.
This one is for crashes on restart after a bug...
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp2
1 files changed, 1 insertions, 1 deletions
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()