diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2011-03-09 18:10:33 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2011-03-09 18:10:33 +0100 | 
| commit | 73e9ccedebedf186ae6fd980cc0e1abd7c340aec (patch) | |
| tree | 0a9bac357a1c3d3f4d36187ff75fc041e90da0cd | |
| parent | Disable help menu creation via createGUI as we create it on our own... (diff) | |
| download | rekonq-73e9ccedebedf186ae6fd980cc0e1abd7c340aec.tar.xz | |
Another one in the "fixing the dangerous commit" series.
This one is for crashes on restart after a bug...
| -rw-r--r-- | src/application.cpp | 2 | 
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() | 
