[gthumb/ext] Always show the icons for the file menu items.
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] Always show the icons for the file menu items.
- Date: Sat, 26 Dec 2009 19:43:28 +0000 (UTC)
commit 53d7f58723e27571b8f9b172de956c0e022fc5ee
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Dec 26 20:42:25 2009 +0100
Always show the icons for the file menu items.
gthumb/gth-browser.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index d821708..a596e21 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -304,6 +304,7 @@ _gth_browser_add_file_menu_item_full (GthBrowser *browser,
pixbuf = gth_icon_cache_get_pixbuf (browser->priv->menu_icon_cache, icon);
menu_item = gtk_image_menu_item_new_with_label (display_name);
+ gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menu_item), TRUE);
if (pixbuf != NULL)
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_item), gtk_image_new_from_pixbuf (pixbuf));
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]