From abcb33d72ce3eeabd79cf4a15b7f49476b74cb56 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 28 Apr 2015 08:50:51 -0400 Subject: Add a button to the userbutton "home dir" section for starting a search of the selected directory. Also enable the use of lumina-fileinfo for *any* file within the desktopview plugin. --- lumina-desktop/desktop-plugins/desktopview/DesktopViewPlugin.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lumina-desktop/desktop-plugins/desktopview') diff --git a/lumina-desktop/desktop-plugins/desktopview/DesktopViewPlugin.cpp b/lumina-desktop/desktop-plugins/desktopview/DesktopViewPlugin.cpp index be815587..527de682 100644 --- a/lumina-desktop/desktop-plugins/desktopview/DesktopViewPlugin.cpp +++ b/lumina-desktop/desktop-plugins/desktopview/DesktopViewPlugin.cpp @@ -174,9 +174,6 @@ void DesktopViewPlugin::updateContents(){ void DesktopViewPlugin::displayProperties(){ QList sel = list->selectedItems(); for(int i=0; iwhatsThis().endsWith(".desktop")){ - LSession::LaunchApplication("lumina-fileinfo \""+sel[i]->whatsThis()); - } + LSession::LaunchApplication("lumina-fileinfo \""+sel[i]->whatsThis()); } } -- cgit