[Xfce4-commits] [xfce/xfdesktop] 01/01: Use GTK_STOCK_EXECUTE for Execute menu entry (Bug 10800)

noreply at xfce.org noreply at xfce.org
Sun Apr 6 07:42:18 CEST 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 850fd27b6bf4384a4ae5c5a94d66e8f775900ef0
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Apr 6 08:40:37 2014 +0300

    Use GTK_STOCK_EXECUTE for Execute menu entry (Bug 10800)
---
 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 4ae7853..83f1bae 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -1462,7 +1462,7 @@ xfdesktop_file_icon_manager_populate_context_menu(XfceDesktop *desktop,
                 }
             } else {
                 if(xfdesktop_file_utils_file_is_executable(info)) {
-                    img = gtk_image_new_from_stock(GTK_STOCK_OPEN, GTK_ICON_SIZE_MENU);
+                    img = gtk_image_new_from_stock(GTK_STOCK_EXECUTE, GTK_ICON_SIZE_MENU);
                     gtk_widget_show(img);
                     mi = gtk_image_menu_item_new_with_mnemonic(_("_Execute"));
                     gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(mi), img);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list