From 9001aaa2f36f58125c46ccedaad4043213c5767a Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 26 Feb 2002 22:21:33 +0000 Subject: [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 --- shell/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'shell/ChangeLog') 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 + + [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 * e-shell-about-box.c: Add year 2002 to the copyright. -- cgit v1.2.3