From a6f94541f4c39e1ab7b3bd2bbf0b0c97aa000a36 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 25 Sep 2002 16:57:00 +0000 Subject: added a comment about the fix for #30918. 2002-09-25 Rodrigo Moya * e-component-listener.c (ping_component_callback): added a comment about the fix for #30918. svn path=/trunk/; revision=18214 --- e-util/ChangeLog | 5 +++++ e-util/e-component-listener.c | 2 ++ 2 files changed, 7 insertions(+) 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 + + * e-component-listener.c (ping_component_callback): added a comment + about the fix for #30918. + 2002-09-23 Rodrigo Moya * 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]); -- cgit v1.2.3