From 9af155fcc487ea8e75541c8c93707e1c5aa30f58 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 27 Jan 2012 01:06:45 +0100 Subject: Remove EPHY_STOCK_BOOKMARK Use the symbolic icon for the completion entry, I'm sure Lapo will approve. --- lib/widgets/ephy-location-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/widgets') diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index 0e26f3271..495ad7830 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -1099,7 +1099,7 @@ extracell_data_func (GtkCellLayout *cell_layout, if (is_bookmark) g_object_set (cell, - "stock-id", EPHY_STOCK_BOOKMARK, + "icon-name", "user-bookmarks-symbolic", NULL); g_value_init (&visible, G_TYPE_BOOLEAN); -- cgit v1.2.3