mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
temporary deactivate session restoring until it can be tested with a working desktop
svn path=/trunk/KDE/kdebase/apps/; revision=717741
This commit is contained in:
parent
f37aaf7948
commit
03639796e5
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ int main(int argc, char **argv)
|
|||
DolphinApplication app;
|
||||
KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq
|
||||
|
||||
if (app.isSessionRestored()) {
|
||||
if (false /*app.isSessionRestored()*/) {
|
||||
int n = 1;
|
||||
while (KMainWindow::canBeRestored(n)) {
|
||||
const QString className = KXmlGuiWindow::classNameOfToplevel(n);
|
||||
|
|
Loading…
Reference in a new issue