diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-17 06:57:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-17 06:57:51 +0800 |
commit | 4b2d6b0b8b33720095be83c2604248b9940e9be5 (patch) | |
tree | 9215d25ca7394cdd5b0957c34d858de916647ec4 /ChangeLog | |
parent | 33f7064755504d852085e872c57e77759b04db5a (diff) | |
download | gsoc2013-epiphany-4b2d6b0b8b33720095be83c2604248b9940e9be5.tar gsoc2013-epiphany-4b2d6b0b8b33720095be83c2604248b9940e9be5.tar.gz gsoc2013-epiphany-4b2d6b0b8b33720095be83c2604248b9940e9be5.tar.bz2 gsoc2013-epiphany-4b2d6b0b8b33720095be83c2604248b9940e9be5.tar.lz gsoc2013-epiphany-4b2d6b0b8b33720095be83c2604248b9940e9be5.tar.xz gsoc2013-epiphany-4b2d6b0b8b33720095be83c2604248b9940e9be5.tar.zst gsoc2013-epiphany-4b2d6b0b8b33720095be83c2604248b9940e9be5.zip |
Ref the child before removing it, and unref it after emitting the
2003-06-16 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (ephy_notebook_remove_page):
Ref the child before removing it, and unref it after emitting the
tabs_removed signal. That way it stays alive while the signal is
being processed. Fixes bug 115306.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2003-06-16 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (ephy_notebook_remove_page): + + Ref the child before removing it, and unref it after emitting the + tabs_removed signal. That way it stays alive while the signal is + being processed. Fixes bug 115306. + +2003-06-16 Christian Persch <chpe@cvs.gnome.org> + * configure.in: Added 'en_GB' to ALL_LINGUAS. |