┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-02-17 20:43:15 +0000
committerPeter Penz <[email protected]>2009-02-17 20:43:15 +0000
commit960f13f7cbc2c04ba8a317bc646bf48d330c5813 (patch)
tree146b86b1ca41258f26cc361ef144a1cd1e297ad8
parentb1c9b5126d591688b3dd94bfcc3487bc4bc3275b (diff)
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
-rw-r--r--src/dolphinapplication.cpp2
1 files changed, 0 insertions, 2 deletions
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 <kcmdlineargs.h>
#include <kurl.h>
#include <QtDBus/QDBusConnection>
-#include <QtCore/QDir>
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;