aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-17 06:57:51 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-17 06:57:51 +0800
commit4b2d6b0b8b33720095be83c2604248b9940e9be5 (patch)
tree9215d25ca7394cdd5b0957c34d858de916647ec4 /ChangeLog
parent33f7064755504d852085e872c57e77759b04db5a (diff)
downloadgsoc2013-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a1235233..bd64bd3ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.