]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewactionhandler.cpp
Postpone the creating of the media object until the play- or stop-button has been...
[dolphin.git] / src / dolphinviewactionhandler.cpp
index 15e53f4cb9eeb75f9fe05d0c17d20e098ef40e71..45603c28682fc59d06157f2f87ad332f5c8468f1 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "dolphinviewactionhandler.h"
 
-#include "viewpropertiesdialog.h"
+#include "settings/viewpropertiesdialog.h"
 #include "dolphinview.h"
 #include "zoomlevelinfo.h"
 
@@ -521,7 +521,7 @@ void DolphinViewActionHandler::slotAdjustViewProperties()
 
 void DolphinViewActionHandler::slotFindFile()
 {
-    KRun::run("kfind", m_currentView->url(), m_currentView->window());
+    KRun::run("kfind %u", m_currentView->url(), m_currentView->window());
 }
 
 void DolphinViewActionHandler::slotProperties()