diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-12 01:56:44 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-12 01:56:44 +0800 |
commit | bd066da5d8edf4d71c872bdaec86621c13145237 (patch) | |
tree | f26dd7ac36eb922c82878e11f93897e2d0e111c5 /ChangeLog | |
parent | 7592d35abb3e72e4318f4a767922a5a0f263b7ad (diff) | |
download | gsoc2013-epiphany-bd066da5d8edf4d71c872bdaec86621c13145237.tar.gz gsoc2013-epiphany-bd066da5d8edf4d71c872bdaec86621c13145237.tar.zst gsoc2013-epiphany-bd066da5d8edf4d71c872bdaec86621c13145237.zip |
Keep a ref on EphyShell in ephy_session_close(). Otherwise we get a crash
2004-11-11 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-session.c: (ephy_session_close):
Keep a ref on EphyShell in ephy_session_close(). Otherwise we
get a crash when the session manager sends us the "die" signal,
and we don't have a tool window (bme, history) open.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-11-11 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-session.c: (ephy_session_close): + + Keep a ref on EphyShell in ephy_session_close(). Otherwise we + get a crash when the session manager sends us the "die" signal, + and we don't have a tool window (bme, history) open. + +2004-11-11 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-history.c: (remove_obsolete_pages): * src/bookmarks/ephy-bookmarks.c: (clear_favorites): |