From 0ad8dad44a2c002f2da596ae886dea2a544ff061 Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Wed, 26 Apr 2000 19:28:22 +0000 Subject: + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer and + text->timeout on destroy. + + * e-shell-view.c (bonobo_widget_is_dead): Helper function to see + whether a bonobo widget is a zombie (ie the remote bonobo control + died). + (e_shell_view_set_view): Try to respawn dead bonobo widgets. svn path=/trunk/; revision=2638 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 143b92bed3..d4a2c7a76b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-04-26 Matt Loper + + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer and + text->timeout on destroy. + 2000-04-26 Dan Winship * tests: Update for the camel changes. -- cgit