aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-02-10 07:22:28 +0800
committerChristian Persch <chpe@src.gnome.org>2005-02-10 07:22:28 +0800
commit59f4c5d09ba2eb4e564dba7fa44bf350eea51a0c (patch)
tree1ff9ac61a2a210fec001319a0d37e6ecd197dee0 /ChangeLog
parentb663aa2ff31e6de6857c984b4837da266eccfa59 (diff)
downloadgsoc2013-epiphany-59f4c5d09ba2eb4e564dba7fa44bf350eea51a0c.tar
gsoc2013-epiphany-59f4c5d09ba2eb4e564dba7fa44bf350eea51a0c.tar.gz
gsoc2013-epiphany-59f4c5d09ba2eb4e564dba7fa44bf350eea51a0c.tar.bz2
gsoc2013-epiphany-59f4c5d09ba2eb4e564dba7fa44bf350eea51a0c.tar.lz
gsoc2013-epiphany-59f4c5d09ba2eb4e564dba7fa44bf350eea51a0c.tar.xz
gsoc2013-epiphany-59f4c5d09ba2eb4e564dba7fa44bf350eea51a0c.tar.zst
gsoc2013-epiphany-59f4c5d09ba2eb4e564dba7fa44bf350eea51a0c.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--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cb320efe..666b499f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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-10 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-window.c: (ephy_window_dispose),
+ (ephy_window_class_init), (ephy_window_finalize):
+
2005-02-09 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp: