From 200f9d378593071c7b071e2d62b20620dc9e75e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20E=2E=20Narv=C3=A1ez?= Date: Sat, 21 Jan 2012 13:27:09 -0500 Subject: Don't add a tab at window creation - they should all be restored from the saved properties --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index d9c9968f..bf8a0b42 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -215,7 +215,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) if (app.isSessionRestored()) for (int i = 1; MainWindow::canBeRestored(i); i++) - app.newMainWindow()->restore(i); + app.newMainWindow(false)->restore(i); return app.exec(); } -- cgit v1.2.1