diff options
| author | Peter Penz <[email protected]> | 2007-11-30 18:42:17 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-30 18:42:17 +0000 |
| commit | 0e6e4bf39170d9e327d3448064bc64cdfe15bdd5 (patch) | |
| tree | 191d34633ab89c4c298720e600442211ed805cd3 /src/main.cpp | |
| parent | 5d9a7d1ad376912ac75a6853485fd8e299754d9a (diff) | |
enable session management
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=743357
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 395c5e1b8..c42cc044f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -80,7 +80,7 @@ int main(int argc, char **argv) QApplication::setWindowIcon(KIcon("system-file-manager")); KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq - if (false /*app.isSessionRestored()*/) { + if (app.isSessionRestored()) { int n = 1; while (KMainWindow::canBeRestored(n)) { const QString className = KXmlGuiWindow::classNameOfToplevel(n); |
