aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-03-15 02:23:14 +0800
committerChristian Persch <chpe@src.gnome.org>2005-03-15 02:23:14 +0800
commit0b624873bea03ff3116318471312c6321cda62af (patch)
tree3dcefbb3bea257182731079f7eb7acdf2d04ab99 /ChangeLog
parent6115a6c88a16d606713c961462f3fd9a04f2af7c (diff)
downloadgsoc2013-epiphany-0b624873bea03ff3116318471312c6321cda62af.tar
gsoc2013-epiphany-0b624873bea03ff3116318471312c6321cda62af.tar.gz
gsoc2013-epiphany-0b624873bea03ff3116318471312c6321cda62af.tar.bz2
gsoc2013-epiphany-0b624873bea03ff3116318471312c6321cda62af.tar.lz
gsoc2013-epiphany-0b624873bea03ff3116318471312c6321cda62af.tar.xz
gsoc2013-epiphany-0b624873bea03ff3116318471312c6321cda62af.tar.zst
gsoc2013-epiphany-0b624873bea03ff3116318471312c6321cda62af.zip
Use connect_object, to guard against "title" signal emitted when the
2005-03-14 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tabs-menu.c: (tab_added_cb): Use connect_object, to guard against "title" signal emitted when the window is dying. Fixes bug #169833.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43f06070c..e6f655a6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-03-14 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-tabs-menu.c: (tab_added_cb):
+
+ Use connect_object, to guard against "title" signal emitted
+ when the window is dying. Fixes bug #169833.
+
+2005-03-14 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-tabs-menu.c: (tab_removed_cb):
Fix signal handler disconnection; bug #170353.