diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-26 04:41:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-26 04:41:38 +0800 |
commit | d98d12f99aef8f32f08b1c2bfaaa0eaf73f36df5 (patch) | |
tree | d8144b28794f41d26b2077175ca551035dd5fa9c /ChangeLog | |
parent | 9ae7960ca8c3ca534ba07bb6d58b430ee9cda413 (diff) | |
download | gsoc2013-epiphany-d98d12f99aef8f32f08b1c2bfaaa0eaf73f36df5.tar gsoc2013-epiphany-d98d12f99aef8f32f08b1c2bfaaa0eaf73f36df5.tar.gz gsoc2013-epiphany-d98d12f99aef8f32f08b1c2bfaaa0eaf73f36df5.tar.bz2 gsoc2013-epiphany-d98d12f99aef8f32f08b1c2bfaaa0eaf73f36df5.tar.lz gsoc2013-epiphany-d98d12f99aef8f32f08b1c2bfaaa0eaf73f36df5.tar.xz gsoc2013-epiphany-d98d12f99aef8f32f08b1c2bfaaa0eaf73f36df5.tar.zst gsoc2013-epiphany-d98d12f99aef8f32f08b1c2bfaaa0eaf73f36df5.zip |
Unlink the node from the childs only after the remove from parent signal
2003-05-25 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/ephy-node.c: (ephy_node_dispose):
Unlink the node from the childs only after the remove
from parent signal has been emitted.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-05-25 Marco Pesenti Gritti <marco@it.gnome.org> + * lib/ephy-node.c: (ephy_node_dispose): + + Unlink the node from the childs only after the remove + from parent signal has been emitted. + +2003-05-25 Marco Pesenti Gritti <marco@it.gnome.org> + * configure.in: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_save): * embed/ephy-history.c: (ephy_history_save), (hosts_removed_cb), |