From af44cb451c2f570c009cac3e1ae5a63be8e0a911 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 23 Apr 2015 10:17:20 -0400 Subject: Make the open/openwith functionality in lumina-fm multi-selection aware. Also so the same for the "properties" option (although it only operates on *.desktop files at the moment). --- lumina-fm/MainUI.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lumina-fm/MainUI.h') diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h index 4e6fdf6b..b18d25a5 100644 --- a/lumina-fm/MainUI.h +++ b/lumina-fm/MainUI.h @@ -207,15 +207,15 @@ private slots: void playerFileChanged(); //Context Menu Actions - // - single item actions void OpenItem(); //run "lumina-open" on it void OpenItemWith(); //run "lumina-open -select" on it - void OpenDir(); //open the dir in a new tab + //void OpenDir(); //open the dir in a new tab void RemoveItem(); //Remove the item permanently + // - single item actions void RenameItem(); void FavoriteItem(); - void ViewPropertiesItem(); // - full selection actions + void ViewPropertiesItem(); void CutItems(); void CopyItems(); void PasteItems(); -- cgit