diff options
author | Luca Ferretti <elle.uca@libero.it> | 2006-12-13 23:14:52 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2006-12-13 23:14:52 +0800 |
commit | 2381a4963d387de880ac88edc09d8b1df75caef1 (patch) | |
tree | 79073f1b5e6982322f14a1da9709e5e44d38281a | |
parent | 0264129720758f0d13f44ea3f6a0783b5f03746c (diff) | |
download | gsoc2013-epiphany-2381a4963d387de880ac88edc09d8b1df75caef1.tar gsoc2013-epiphany-2381a4963d387de880ac88edc09d8b1df75caef1.tar.gz gsoc2013-epiphany-2381a4963d387de880ac88edc09d8b1df75caef1.tar.bz2 gsoc2013-epiphany-2381a4963d387de880ac88edc09d8b1df75caef1.tar.lz gsoc2013-epiphany-2381a4963d387de880ac88edc09d8b1df75caef1.tar.xz gsoc2013-epiphany-2381a4963d387de880ac88edc09d8b1df75caef1.tar.zst gsoc2013-epiphany-2381a4963d387de880ac88edc09d8b1df75caef1.zip |
Updated icon for history from Andreas Nilsson.
2006-12-13 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/Makefile.am:
* data/icons/16x16/actions/history-view.png:
* data/icons/22x22/actions/Makefile.am:
* data/icons/22x22/actions/history-view.png:
* data/icons/24x24/actions/Makefile.am:
* data/icons/24x24/actions/history-view.png:
* data/icons/24x24/actions/web-history.png:
Updated icon for history from Andreas Nilsson.
* lib/ephy-stock-icons.h:
Use "history-view" as named icon.
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | data/icons/16x16/actions/Makefile.am | 3 | ||||
-rw-r--r-- | data/icons/16x16/actions/history-view.png | bin | 0 -> 842 bytes | |||
-rw-r--r-- | data/icons/22x22/actions/Makefile.am | 3 | ||||
-rw-r--r-- | data/icons/22x22/actions/history-view.png | bin | 0 -> 1498 bytes | |||
-rw-r--r-- | data/icons/24x24/actions/Makefile.am | 2 | ||||
-rw-r--r-- | data/icons/24x24/actions/history-view.png | bin | 0 -> 1511 bytes | |||
-rw-r--r-- | data/icons/24x24/actions/web-history.png | bin | 1513 -> 0 bytes | |||
-rw-r--r-- | lib/ephy-stock-icons.h | 2 |
9 files changed, 22 insertions, 4 deletions
@@ -1,3 +1,19 @@ +2006-12-13 Luca Ferretti <elle.uca@libero.it> + + * data/icons/16x16/actions/Makefile.am: + * data/icons/16x16/actions/history-view.png: + * data/icons/22x22/actions/Makefile.am: + * data/icons/22x22/actions/history-view.png: + * data/icons/24x24/actions/Makefile.am: + * data/icons/24x24/actions/history-view.png: + * data/icons/24x24/actions/web-history.png: + + Updated icon for history from Andreas Nilsson. + + * lib/ephy-stock-icons.h: + + Use "history-view" as named icon. + 2006-12-11 Christian Persch <chpe@cvs.gnome.org> * data/icons/16x16/Makefile.am: diff --git a/data/icons/16x16/actions/Makefile.am b/data/icons/16x16/actions/Makefile.am index 71ea0de7d..5eb78c8f5 100644 --- a/data/icons/16x16/actions/Makefile.am +++ b/data/icons/16x16/actions/Makefile.am @@ -4,7 +4,8 @@ context = actions iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - download.png + download.png \ + history-view.png EXTRA_DIST = \ $(icons_DATA) diff --git a/data/icons/16x16/actions/history-view.png b/data/icons/16x16/actions/history-view.png Binary files differnew file mode 100644 index 000000000..63e1bc888 --- /dev/null +++ b/data/icons/16x16/actions/history-view.png diff --git a/data/icons/22x22/actions/Makefile.am b/data/icons/22x22/actions/Makefile.am index c30fb6ebf..1ff0e2e06 100644 --- a/data/icons/22x22/actions/Makefile.am +++ b/data/icons/22x22/actions/Makefile.am @@ -4,7 +4,8 @@ context = actions iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - download.png + download.png \ + history-view.png EXTRA_DIST = \ $(icons_DATA) diff --git a/data/icons/22x22/actions/history-view.png b/data/icons/22x22/actions/history-view.png Binary files differnew file mode 100644 index 000000000..c57a14046 --- /dev/null +++ b/data/icons/22x22/actions/history-view.png diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am index 231068c62..291130d7f 100644 --- a/data/icons/24x24/actions/Makefile.am +++ b/data/icons/24x24/actions/Makefile.am @@ -5,8 +5,8 @@ context = actions iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ download.png \ + history-view.png \ web-bookmarks.png \ - web-history.png \ location-entry.png EXTRA_DIST = \ diff --git a/data/icons/24x24/actions/history-view.png b/data/icons/24x24/actions/history-view.png Binary files differnew file mode 100644 index 000000000..7174be0c2 --- /dev/null +++ b/data/icons/24x24/actions/history-view.png diff --git a/data/icons/24x24/actions/web-history.png b/data/icons/24x24/actions/web-history.png Binary files differdeleted file mode 100644 index ea81e486e..000000000 --- a/data/icons/24x24/actions/web-history.png +++ /dev/null diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 5658e68db..37fcb1e6a 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -24,7 +24,7 @@ G_BEGIN_DECLS #define EPHY_STOCK_POPUPS "popup-hidden" -#define EPHY_STOCK_HISTORY "web-history" +#define EPHY_STOCK_HISTORY "history-view" #define EPHY_STOCK_BOOKMARKS "web-bookmarks" #define EPHY_STOCK_ENTRY "location-entry" #define EPHY_STOCK_DOWNLOAD "download" |