diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index db6bf843..c43b1c04 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -186,7 +186,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) // set application data QCoreApplication::setApplicationName(QL1S("rekonq")); QCoreApplication::setApplicationVersion(REKONQ_VERSION); - + if (app.isSessionRestored()) for (int i = 1; MainWindow::canBeRestored(i); i++) app.newMainWindow(false)->restore(i); |