diff options
author | Christian Persch <chpe@gnome.org> | 2007-07-15 06:36:14 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-07-15 06:36:14 +0800 |
commit | f13e7c8c0b8a28d37147c6091e932d81e4eecc06 (patch) | |
tree | 7f55950d27e68ef413704904d0801710f6e8617c | |
parent | 635f43e25f3e7708cd73623cf69070a0e1a3e213 (diff) | |
download | gsoc2013-epiphany-f13e7c8c0b8a28d37147c6091e932d81e4eecc06.tar.gz gsoc2013-epiphany-f13e7c8c0b8a28d37147c6091e932d81e4eecc06.tar.zst gsoc2013-epiphany-f13e7c8c0b8a28d37147c6091e932d81e4eecc06.zip |
Use the right icon name. Bug #385872.
2007-07-15 Christian Persch <chpe@gnome.org>
* data/chrome/about.xhtml:
* data/epiphany.desktop.in.in:
* data/icons/16x16/apps/Makefile.am:
* data/icons/22x22/apps/Makefile.am:
* data/icons/24x24/apps/Makefile.am:
* data/icons/32x32/apps/Makefile.am:
* lib/ephy-stock-icons.h:
Use the right icon name. Bug #385872.
svn path=/trunk/; revision=7161
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | data/icons/24x24/apps/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ * data/epiphany.desktop.in.in: * data/icons/16x16/apps/Makefile.am: * data/icons/22x22/apps/Makefile.am: + * data/icons/24x24/apps/Makefile.am: * data/icons/32x32/apps/Makefile.am: * lib/ephy-stock-icons.h: diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am index 61fdea88e..23967c6f4 100644 --- a/data/icons/24x24/apps/Makefile.am +++ b/data/icons/24x24/apps/Makefile.am @@ -5,7 +5,7 @@ context = apps iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - epiphany.png + gnome-web-browser.png noinst_DATA = |