]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinapplication.cpp
Postpone the creating of the dir lister to the first show event. This assures that...
[dolphin.git] / src / dolphinapplication.cpp
index 9e6d0565f5b7fd19e461459ad59ea14cfb659ae5..8c1464d53b60163ac8203bacb4ea1857eebbd238 100644 (file)
@@ -78,8 +78,7 @@ int DolphinApplication::newInstance()
         for (int i = 0; i < args->count(); ++i) {
             openWindow(args->arg(i));
         }
-    }
-    else {
+    } else {
         openWindow(QString());
     }