diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-09 04:37:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-09 04:37:36 +0800 |
commit | e1af86afc3b7cc733fcb0b86f623106bdbeee7d2 (patch) | |
tree | e57531a629bc405e9824afe334238204dcd6aa08 /ChangeLog | |
parent | 77bfef25b822b4aa865ba9fd44a5dc22efafe690 (diff) | |
download | gsoc2013-epiphany-e1af86afc3b7cc733fcb0b86f623106bdbeee7d2.tar gsoc2013-epiphany-e1af86afc3b7cc733fcb0b86f623106bdbeee7d2.tar.gz gsoc2013-epiphany-e1af86afc3b7cc733fcb0b86f623106bdbeee7d2.tar.bz2 gsoc2013-epiphany-e1af86afc3b7cc733fcb0b86f623106bdbeee7d2.tar.lz gsoc2013-epiphany-e1af86afc3b7cc733fcb0b86f623106bdbeee7d2.tar.xz gsoc2013-epiphany-e1af86afc3b7cc733fcb0b86f623106bdbeee7d2.tar.zst gsoc2013-epiphany-e1af86afc3b7cc733fcb0b86f623106bdbeee7d2.zip |
Rename favicons so they don't have extensions. Work around broken mime
2005-07-08 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_download),
(ephy_favicon_cache_get):
Rename favicons so they don't have extensions. Work around broken
mime detection which cannot detect that a .ico file with HTML content
is really no icon file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-07-08 Christian Persch <chpe@cvs.gnome.org> + + * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download), + (ephy_favicon_cache_get): + + Rename favicons so they don't have extensions. Work around broken + mime detection which cannot detect that a .ico file with HTML content + is really no icon file. + 2005-07-07 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (new_pixbuf_from_widget), |