From: Peter Penz Date: Tue, 17 Feb 2009 20:43:15 +0000 (+0000) Subject: Fixed issue that invoking Dolphin with a specified path is ignored when another Dolph... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/960f13f7cbc2c04ba8a317bc646bf48d330c5813 Fixed issue that invoking Dolphin with a specified path is ignored when another Dolphin window is open already. Thanks to Frank Reininghaus for the patch. BUG: 169016 svn path=/trunk/KDE/kdebase/apps/; revision=927544 --- diff --git a/src/dolphinapplication.cpp b/src/dolphinapplication.cpp index d9dc0728e..f61bf795a 100644 --- a/src/dolphinapplication.cpp +++ b/src/dolphinapplication.cpp @@ -26,7 +26,6 @@ #include #include #include -#include DolphinApplication::DolphinApplication() : m_lastId(0) @@ -72,7 +71,6 @@ void DolphinApplication::refreshMainWindows() int DolphinApplication::newInstance() { - KCmdLineArgs::setCwd(QDir::currentPath().toUtf8()); KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); static bool first = true;