diff options
author | Luca Ferretti <elle.uca@libero.it> | 2007-07-10 10:41:25 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2007-07-10 10:41:25 +0800 |
commit | b9c8581d793e52e73c99d41e83f5b33bd20b1af5 (patch) | |
tree | fd378044b93658f382f7ea10e8fac2d31e339308 /ChangeLog | |
parent | f0b96d2a26d92216e84dcf21f2875b5d567f1843 (diff) | |
download | gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar.gz gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar.bz2 gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar.lz gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar.xz gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.tar.zst gsoc2013-epiphany-b9c8581d793e52e73c99d41e83f5b33bd20b1af5.zip |
Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"
2007-07-10 Luca Ferretti <elle.uca@libero.it>
* embed/downloader-view.c: (show_status_icon),
(downloader_view_build_ui):
* embed/mozilla/ContentHandler.cpp:
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
* src/ephy-window.c:
Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using
"emblem-download" named icon. Partially fix 450904.
Note: you need latest svn version of gnome-icon-theme
to have the download icon @ 16x16 pixels
svn path=/trunk/; revision=7126
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2007-07-10 Luca Ferretti <elle.uca@libero.it> + + * embed/downloader-view.c: (show_status_icon), + (downloader_view_build_ui): + * embed/mozilla/ContentHandler.cpp: + * lib/ephy-stock-icons.c: (ephy_stock_icons_init): + * lib/ephy-stock-icons.h: + * src/ephy-window.c: + + Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using + "emblem-download" named icon. Partially fix 450904. + + Note: you need latest svn version of gnome-icon-theme + to have the download icon @ 16x16 pixels + 2007-07-09 Christian Persch <chpe@gnome.org> === Release 2.19.5 === |