[Xfce4-commits] [xfce/xfdesktop] 02/05: Allow thunarx menu entries for multiple file selection
noreply at xfce.org
noreply at xfce.org
Wed Feb 18 17:21:23 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit 5cb7e85a71eba85240fde7d122440df6ac1734fb
Author: Thaddaeus Tintenfisch <thad.fisch at gmail.com>
Date: Tue Feb 17 14:32:00 2015 +0100
Allow thunarx menu entries for multiple file selection
Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
src/xfdesktop-file-icon-manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xfdesktop-file-icon-manager.c b/src/xfdesktop-file-icon-manager.c
index 19c1952..d415412 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -1747,7 +1747,7 @@ xfdesktop_file_icon_manager_populate_context_menu(XfceDesktop *desktop,
gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
#ifdef HAVE_THUNARX
- if(!multi_sel && fmanager->priv->thunarx_menu_providers) {
+ if(info && fmanager->priv->thunarx_menu_providers) {
GList *menu_actions = NULL;
ThunarxMenuProvider *provider;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list