aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-06-29 07:52:49 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-29 07:52:49 +0800
commit515526399a7f11480c4077c55cdde9c5a796aca4 (patch)
treefc584d1f1f9b40209b65573fe51263353fbd8e67 /ChangeLog
parentb2160774063d686ed8fa744da1bd8df45c2e1ea8 (diff)
downloadgsoc2013-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16b9e0f33..9ecfebbcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):