]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.cpp
After creating an item with the "Create New..." menu, the new item should get selecte...
[dolphin.git] / src / dolphinpart.cpp
index c5d85a3cc5cd4c98f3ce03db50c231589396dfd3..071dce7dfa714a2570f71dd154485a55d1b09af7 100644 (file)
@@ -508,7 +508,7 @@ void DolphinPart::slotOpenTerminal()
 
     //If the URL is local after the above conversion, set the directory.
     if (u.isLocalFile()) {
-        dir = u.path();
+        dir = u.toLocalFile();
     }
 
     KToolInvocation::invokeTerminal(QString(), dir);