diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-03 03:00:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-03 03:00:32 +0800 |
commit | ae8ea41f87ce8c1e69c6a9ebe03eb154fcbe22b3 (patch) | |
tree | 78fc3ca3c42598a9cd2ffcf187a001c854d97d38 /ChangeLog | |
parent | abe1a40d562514cfe6b3c8dae1397d511062ddab (diff) | |
download | gsoc2013-epiphany-ae8ea41f87ce8c1e69c6a9ebe03eb154fcbe22b3.tar gsoc2013-epiphany-ae8ea41f87ce8c1e69c6a9ebe03eb154fcbe22b3.tar.gz gsoc2013-epiphany-ae8ea41f87ce8c1e69c6a9ebe03eb154fcbe22b3.tar.bz2 gsoc2013-epiphany-ae8ea41f87ce8c1e69c6a9ebe03eb154fcbe22b3.tar.lz gsoc2013-epiphany-ae8ea41f87ce8c1e69c6a9ebe03eb154fcbe22b3.tar.xz gsoc2013-epiphany-ae8ea41f87ce8c1e69c6a9ebe03eb154fcbe22b3.tar.zst gsoc2013-epiphany-ae8ea41f87ce8c1e69c6a9ebe03eb154fcbe22b3.zip |
Schedule a GC in finalize of EphyTab and EphyWindow, to work around bug
2005-10-02 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-tab.c: (ephy_tab_finalize):
* src/ephy-window.c: (ephy_window_finalize):
Schedule a GC in finalize of EphyTab and EphyWindow, to
work around bug #317242.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2005-10-02 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_finalize): + * src/ephy-window.c: (ephy_window_finalize): + + Schedule a GC in finalize of EphyTab and EphyWindow, to + work around bug #317242. + +2005-10-02 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: * embed/ephy-embed-shell.c: (ephy_embed_shell_dispose), (ephy_embed_shell_finalize), (ephy_embed_shell_class_init): |