]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix restore from session management.
authorLuboš Luňák <l.lunak@kde.org>
Tue, 22 Jan 2008 17:52:12 +0000 (17:52 +0000)
committerLuboš Luňák <l.lunak@kde.org>
Tue, 22 Jan 2008 17:52:12 +0000 (17:52 +0000)
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764841

src/main.cpp

index a7857272afb7b19f8f0678183a7a472491e86a0e..3cc7c000b6fba151b7b9e490dfb0932f6b3e67e8 100644 (file)
@@ -91,6 +91,7 @@ int main(int argc, char **argv)
             }
             ++n;
         }
             }
             ++n;
         }
+        app.exec();
     } else {
         app.exec();
     }
     } else {
         app.exec();
     }