diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-04-27 03:28:22 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-04-27 03:28:22 +0800 |
commit | 0ad8dad44a2c002f2da596ae886dea2a544ff061 (patch) | |
tree | a97a7e30d4c1ceffd5cfbd32eb269b01b1d3e3d8 /ChangeLog | |
parent | 04195ce9da66c08ae991f29de8a0f797ad246ace (diff) | |
download | gsoc2013-evolution-0ad8dad44a2c002f2da596ae886dea2a544ff061.tar.gz gsoc2013-evolution-0ad8dad44a2c002f2da596ae886dea2a544ff061.tar.zst gsoc2013-evolution-0ad8dad44a2c002f2da596ae886dea2a544ff061.zip |
+ * 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-04-26 Matt Loper <matt@helixcode.com> + + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer and + text->timeout on destroy. + 2000-04-26 Dan Winship <danw@helixcode.com> * tests: Update for the camel changes. |