diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-03-15 02:23:14 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-03-15 02:23:14 +0800 |
commit | 0b624873bea03ff3116318471312c6321cda62af (patch) | |
tree | 3dcefbb3bea257182731079f7eb7acdf2d04ab99 /ChangeLog | |
parent | 6115a6c88a16d606713c961462f3fd9a04f2af7c (diff) | |
download | gsoc2013-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |