diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-27 08:06:45 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-27 08:06:45 +0800 |
commit | 9af155fcc487ea8e75541c8c93707e1c5aa30f58 (patch) | |
tree | aa1616f77237abc85a29448d52557bc94e27d671 /lib/ephy-stock-icons.c | |
parent | 518eb4b4c4c088d709d80b7d2d98cbd68c960e2c (diff) | |
download | gsoc2013-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/ephy-stock-icons.c')
-rw-r--r-- | lib/ephy-stock-icons.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 701ac54da..bf80fbe11 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -35,7 +35,6 @@ ephy_stock_icons_init (void) static const GtkStockItem items[] = { { EPHY_STOCK_HISTORY, N_("History"), 0, 0, NULL }, - { EPHY_STOCK_BOOKMARK, N_("Bookmark"), 0, 0, NULL }, { EPHY_STOCK_BOOKMARKS, N_("Bookmarks"), 0, 0, NULL } }; |