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 /data/icons/Makefile.am | |
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 'data/icons/Makefile.am')
-rw-r--r-- | data/icons/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 932e3f390..541d0c32e 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -11,9 +11,6 @@ private_icons = \ hicolor_actions_32x32_history-view.png \ hicolor_actions_scalable_bookmark-view.svg \ hicolor_actions_scalable_history-view.svg \ - hicolor_places_16x16_bookmark-web.png \ - hicolor_places_22x22_bookmark-web.png \ - hicolor_places_24x24_bookmark-web.png \ $(NULL) noinst_DATA = \ @@ -23,8 +20,6 @@ noinst_DATA = \ hicolor_actions_32x32_history-view.svg \ hicolor_actions_16x16_bookmark-view.xcf \ hicolor_actions_22x22_bookmark-view.xcf \ - hicolor_places_16x16_bookmark-web.svg \ - hicolor_places_22x22_bookmark-web.svg \ $(NULL) EXTRA_DIST = \ |