diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-03 07:07:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-03 07:07:55 +0800 |
commit | b96b5b6cf8faac19449cf6800f72ce1e610a69ea (patch) | |
tree | 16d6e2dc00872c203809b9901554516cae9f45c7 /ChangeLog | |
parent | f1aa66dd9f10aac79e6b9b98e908387895adb7bd (diff) | |
download | gsoc2013-epiphany-b96b5b6cf8faac19449cf6800f72ce1e610a69ea.tar gsoc2013-epiphany-b96b5b6cf8faac19449cf6800f72ce1e610a69ea.tar.gz gsoc2013-epiphany-b96b5b6cf8faac19449cf6800f72ce1e610a69ea.tar.bz2 gsoc2013-epiphany-b96b5b6cf8faac19449cf6800f72ce1e610a69ea.tar.lz gsoc2013-epiphany-b96b5b6cf8faac19449cf6800f72ce1e610a69ea.tar.xz gsoc2013-epiphany-b96b5b6cf8faac19449cf6800f72ce1e610a69ea.tar.zst gsoc2013-epiphany-b96b5b6cf8faac19449cf6800f72ce1e610a69ea.zip |
If the favicon isn't ready when we need it, connect to the favicon cache's
2004-03-03 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (favicon_cache_changed_cb),
(ephy_bookmark_action_sync_icon), (ephy_bookmark_action_init):
If the favicon isn't ready when we need it, connect to the favicon
cache's ::changed signal to show it when we have it. Fixes bug #135855.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-03-03 Christian Persch <chpe@cvs.gnome.org> + + * src/bookmarks/ephy-bookmark-action.c: (favicon_cache_changed_cb), + (ephy_bookmark_action_sync_icon), (ephy_bookmark_action_init): + + If the favicon isn't ready when we need it, connect to the favicon + cache's ::changed signal to show it when we have it. Fixes bug #135855. + 2004-03-02 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-tab.c: (ephy_tab_destroy_brsr_cb): |