diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-10 07:19:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-10 07:19:04 +0800 |
commit | aa41057e526d94987a446a32378013361e173c52 (patch) | |
tree | 7cd2ff07a2b527e2a637c731695f9c108f9cd736 /ChangeLog | |
parent | 712dc29890aa60293a880a7a1a9a8b03f0cf2e60 (diff) | |
download | gsoc2013-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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), |