aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-08-17 13:23:32 +0800
committerXan Lopez <xan@gnome.org>2009-08-17 13:24:03 +0800
commit8111329f784754449622986331832ff020e7ea6e (patch)
tree3f7b5692479192fc1f916e72b4ae81b6a7b25051 /src/bookmarks
parent74bee955b8b41fd434ce67d33bfe454f5104d7b2 (diff)
downloadgsoc2013-epiphany-8111329f784754449622986331832ff020e7ea6e.tar
gsoc2013-epiphany-8111329f784754449622986331832ff020e7ea6e.tar.gz
gsoc2013-epiphany-8111329f784754449622986331832ff020e7ea6e.tar.bz2
gsoc2013-epiphany-8111329f784754449622986331832ff020e7ea6e.tar.lz
gsoc2013-epiphany-8111329f784754449622986331832ff020e7ea6e.tar.xz
gsoc2013-epiphany-8111329f784754449622986331832ff020e7ea6e.tar.zst
gsoc2013-epiphany-8111329f784754449622986331832ff020e7ea6e.zip
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
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/ephy-bookmark-action.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c
index c00d32351..fd70b2904 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)