aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-02-10 07:19:04 +0800
committerChristian Persch <chpe@src.gnome.org>2005-02-10 07:19:04 +0800
commitaa41057e526d94987a446a32378013361e173c52 (patch)
tree7cd2ff07a2b527e2a637c731695f9c108f9cd736 /ChangeLog
parent712dc29890aa60293a880a7a1a9a8b03f0cf2e60 (diff)
downloadgsoc2013-epiphany-aa41057e526d94987a446a32378013361e173c52.tar
gsoc2013-epiphany-aa41057e526d94987a446a32378013361e173c52.tar.gz
gsoc2013-epiphany-aa41057e526d94987a446a32378013361e173c52.tar.bz2
gsoc2013-epiphany-aa41057e526d94987a446a32378013361e173c52.tar.lz
gsoc2013-epiphany-aa41057e526d94987a446a32378013361e173c52.tar.xz
gsoc2013-epiphany-aa41057e526d94987a446a32378013361e173c52.tar.zst
gsoc2013-epiphany-aa41057e526d94987a446a32378013361e173c52.zip
Move all the stuff from finalize to dispose, so that we finalise the UI
2005-02-10 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_dispose), (ephy_window_class_init), (ephy_window_finalize): Move all the stuff from finalize to dispose, so that we finalise the UI manager when disposing and not only when finalising. Fixes bug #165992.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c79a2907b..04b60cf32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-02-10 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-window.c: (ephy_window_dispose),
+ (ephy_window_class_init), (ephy_window_finalize):
+
+ Move all the stuff from finalize to dispose, so that
+ we finalise the UI manager when disposing and not only
+ when finalising. Fixes bug #165992.
+
2005-02-09 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-shell.c: (ephy_shell_finalize),