aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-location-entry.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-27 08:06:45 +0800
committerXan Lopez <xan@igalia.com>2012-01-27 08:06:45 +0800
commit9af155fcc487ea8e75541c8c93707e1c5aa30f58 (patch)
treeaa1616f77237abc85a29448d52557bc94e27d671 /lib/widgets/ephy-location-entry.c
parent518eb4b4c4c088d709d80b7d2d98cbd68c960e2c (diff)
downloadgsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar.gz
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar.bz2
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar.lz
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar.xz
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.tar.zst
gsoc2013-epiphany-9af155fcc487ea8e75541c8c93707e1c5aa30f58.zip
Remove EPHY_STOCK_BOOKMARK
Use the symbolic icon for the completion entry, I'm sure Lapo will approve.
Diffstat (limited to 'lib/widgets/ephy-location-entry.c')
-rw-r--r--lib/widgets/ephy-location-entry.c2
1 files changed, 1 insertions, 1 deletions
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);