diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-29 07:52:49 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-29 07:52:49 +0800 |
commit | 515526399a7f11480c4077c55cdde9c5a796aca4 (patch) | |
tree | fc584d1f1f9b40209b65573fe51263353fbd8e67 /ChangeLog | |
parent | b2160774063d686ed8fa744da1bd8df45c2e1ea8 (diff) | |
download | gsoc2013-epiphany-515526399a7f11480c4077c55cdde9c5a796aca4.tar gsoc2013-epiphany-515526399a7f11480c4077c55cdde9c5a796aca4.tar.gz gsoc2013-epiphany-515526399a7f11480c4077c55cdde9c5a796aca4.tar.bz2 gsoc2013-epiphany-515526399a7f11480c4077c55cdde9c5a796aca4.tar.lz gsoc2013-epiphany-515526399a7f11480c4077c55cdde9c5a796aca4.tar.xz gsoc2013-epiphany-515526399a7f11480c4077c55cdde9c5a796aca4.tar.zst gsoc2013-epiphany-515526399a7f11480c4077c55cdde9c5a796aca4.zip |
Emit the changed signal before unrefing the persist object. The changed
2003-06-29 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/ephy-favicon-cache.c: (favicon_download_completed_cb),
(ephy_favicon_cache_download), (ephy_favicon_cache_get):
Emit the changed signal before unrefing the persist object.
The changed url is set_data_full on it and it will be freed
otherwise.
Make sure we never emit signals with NULL url.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-06-29 Marco Pesenti Gritti <marco@it.gnome.org> + + * embed/ephy-favicon-cache.c: (favicon_download_completed_cb), + (ephy_favicon_cache_download), (ephy_favicon_cache_get): + + Emit the changed signal before unrefing the persist object. + The changed url is set_data_full on it and it will be freed + otherwise. + Make sure we never emit signals with NULL url. + 2003-06-28 Piers Cornwell <piersc@cogs.susx.ac.uk> * embed/downloader-view.c: (downloader_view_add_download): |