[gthumb] removed icons from the script menu items



commit dbdef6feea35ffd7d8ecbe8278aa192de6fd3604
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jul 2 08:36:39 2010 +0200

    removed icons from the script menu items
    
    the icon is always the same so it doesn't give any information about
    the script and adds visual clutter.

 extensions/list_tools/callbacks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/list_tools/callbacks.c b/extensions/list_tools/callbacks.c
index a137cef..6e0e178 100644
--- a/extensions/list_tools/callbacks.c
+++ b/extensions/list_tools/callbacks.c
@@ -163,7 +163,7 @@ _update_scripts_menu (BrowserData *data,
 			continue;
 
 		menu_item = gtk_image_menu_item_new_with_label (gth_script_get_display_name (script));
-		gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_item), gtk_image_new_from_stock (GTK_STOCK_EXECUTE, GTK_ICON_SIZE_MENU));
+		/*gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_item), gtk_image_new_from_stock (GTK_STOCK_EXECUTE, GTK_ICON_SIZE_MENU));*/
 		gtk_widget_show (menu_item);
 		gtk_menu_shell_insert (GTK_MENU_SHELL (menu), menu_item, pos++);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]