]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Ctrl+F when in trash:/ (or any other remote protocol) said "malformed url" because...
authorDavid Faure <faure@kde.org>
Mon, 15 Dec 2008 11:53:29 +0000 (11:53 +0000)
committerDavid Faure <faure@kde.org>
Mon, 15 Dec 2008 11:53:29 +0000 (11:53 +0000)
Alternatively we could look up kfind.desktop and use KRun::run(KService).

svn path=/trunk/KDE/kdebase/apps/; revision=897114

src/dolphinviewactionhandler.cpp

index 15e53f4cb9eeb75f9fe05d0c17d20e098ef40e71..d563b3dd21808dc18042b2760c9b1969cd8e5d5f 100644 (file)
@@ -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()