diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-27 06:21:33 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-27 06:21:33 +0800 |
commit | 9001aaa2f36f58125c46ccedaad4043213c5767a (patch) | |
tree | d01158e35f0ed28a48f01d636c10e78092246553 /shell/ChangeLog | |
parent | effbd15dbbe3a73a234febcc839e53285de6b534 (diff) | |
download | gsoc2013-evolution-9001aaa2f36f58125c46ccedaad4043213c5767a.tar gsoc2013-evolution-9001aaa2f36f58125c46ccedaad4043213c5767a.tar.gz gsoc2013-evolution-9001aaa2f36f58125c46ccedaad4043213c5767a.tar.bz2 gsoc2013-evolution-9001aaa2f36f58125c46ccedaad4043213c5767a.tar.lz gsoc2013-evolution-9001aaa2f36f58125c46ccedaad4043213c5767a.tar.xz gsoc2013-evolution-9001aaa2f36f58125c46ccedaad4043213c5767a.tar.zst gsoc2013-evolution-9001aaa2f36f58125c46ccedaad4043213c5767a.zip |
[This gets rid of some spurious "could not find handler" messages
on exit. What happened is that the signal would be disconnected
twice, once by cleanup_delayed_selection() and once by the
while_alive handler.]
* e-shell-view.c (destroy): Call cleanup_delayed_selection() here.
(e_shell_view_display_uri): Use gtk_signal_connect_full(), not
e_gtk_signal_connect_full_while_alive().
svn path=/trunk/; revision=15848
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index eff74020da..b8374179f6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2002-02-26 Ettore Perazzoli <ettore@ximian.com> + + [This gets rid of some spurious "could not find handler" messages + on exit. What happened is that the signal would be disconnected + twice, once by cleanup_delayed_selection() and once by the + while_alive handler.] + + * e-shell-view.c (destroy): Call cleanup_delayed_selection() here. + (e_shell_view_display_uri): Use gtk_signal_connect_full(), not + e_gtk_signal_connect_full_while_alive(). + 2002-02-23 Ettore Perazzoli <ettore@ximian.com> * e-shell-about-box.c: Add year 2002 to the copyright. |