[epiphany] ephy-bookmark-action.c: always show images in bookmarks menu items



commit 8111329f784754449622986331832ff020e7ea6e
Author: Xan Lopez <xan gnome org>
Date:   Mon Aug 17 08:23:32 2009 +0300

    ephy-bookmark-action.c: always show images in bookmarks menu items
    
    Makes images re-appear after the changes that set icons off by default
    in menus for 2.28. Bug #588563

 src/bookmarks/ephy-bookmark-action.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c
index c00d323..fd70b29 100644
--- a/src/bookmarks/ephy-bookmark-action.c
+++ b/src/bookmarks/ephy-bookmark-action.c
@@ -284,6 +284,8 @@ ephy_bookmark_action_sync_icon (GtkAction *action,
 
 		gtk_image_menu_item_set_image
 			(GTK_IMAGE_MENU_ITEM (proxy), image);
+		gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (proxy),
+							   TRUE);
 	}
 
 	if (pixbuf)



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