aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/ChangeLog5
-rw-r--r--e-util/e-component-listener.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 1ea8456bbd..8afb59211b 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-25 Rodrigo Moya <rodrigo@ximian.com>
+
+ * e-component-listener.c (ping_component_callback): added a comment
+ about the fix for #30918.
+
2002-09-23 Rodrigo Moya <rodrigo@ximian.com>
* e-component-listener.c (ping_component_callback): gtk_object_ref the
diff --git a/e-util/e-component-listener.c b/e-util/e-component-listener.c
index 9e5ff77ef1..ab8c26e791 100644
--- a/e-util/e-component-listener.c
+++ b/e-util/e-component-listener.c
@@ -143,6 +143,8 @@ ping_component_callback (gpointer user_data)
out:
/* the component has died, so we notify and close the timeout */
+
+ /* we ref the object just in case it gets destroyed in the callbacks */
gtk_object_ref (GTK_OBJECT (cl));
gtk_signal_emit (GTK_OBJECT (cl), comp_listener_signals[COMPONENT_DIED]);