diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-08 05:47:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-08 05:47:11 +0800 |
commit | ec9060610c40fef18534b414d1979f4359f59a5e (patch) | |
tree | 59b34aaff789053cae2ab90bf7eb3331936fd4cc /ChangeLog | |
parent | 8a5ef09c4435869dc39736d6c77c7d135f976223 (diff) | |
download | gsoc2013-epiphany-ec9060610c40fef18534b414d1979f4359f59a5e.tar gsoc2013-epiphany-ec9060610c40fef18534b414d1979f4359f59a5e.tar.gz gsoc2013-epiphany-ec9060610c40fef18534b414d1979f4359f59a5e.tar.bz2 gsoc2013-epiphany-ec9060610c40fef18534b414d1979f4359f59a5e.tar.lz gsoc2013-epiphany-ec9060610c40fef18534b414d1979f4359f59a5e.tar.xz gsoc2013-epiphany-ec9060610c40fef18534b414d1979f4359f59a5e.tar.zst gsoc2013-epiphany-ec9060610c40fef18534b414d1979f4359f59a5e.zip |
Add way to clear the favicon cache. Also removes any extraneous files from
2005-08-07 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-favicon-cache.c: (icons_removed_cb),
(remove_obsolete_icons), (delete_file),
(ephy_favicon_cache_finalize), (ephy_favicon_cache_get),
(ephy_favicon_cache_clear):
* embed/ephy-favicon-cache.h:
Add way to clear the favicon cache. Also removes any extraneous files
from favicon cache directory. Fix a crash which I wonder why we never
experienced it!
* src/prefs-dialog.c: (prefs_clear_cache_button_clicked_cb):
Also clear favicon cache when clearing the cache.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2005-08-07 Christian Persch <chpe@cvs.gnome.org> + + * embed/ephy-favicon-cache.c: (icons_removed_cb), + (remove_obsolete_icons), (delete_file), + (ephy_favicon_cache_finalize), (ephy_favicon_cache_get), + (ephy_favicon_cache_clear): + * embed/ephy-favicon-cache.h: + + Add way to clear the favicon cache. Also removes any extraneous files + from favicon cache directory. Fix a crash which I wonder why we never + experienced it! + + * src/prefs-dialog.c: (prefs_clear_cache_button_clicked_cb): + + Also clear favicon cache when clearing the cache. + 2005-08-07 Crispin Flowerday <gnome@flowerday.cx> * embed/mozilla/GtkNSSDialogs.cpp (ConfirmUnknownIssuer): |