From 8565d18f255fda06df3920cb6beaa3d0fd5fa4b9 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 12 Jun 2002 20:39:27 +0000 Subject: added timeout_id to LoadedClient structure, to keep track of the timeout 2002-06-12 Rodrigo Moya * gui/alarm-notify.c: added timeout_id to LoadedClient structure, to keep track of the timeout function. (retry_timeout_cb): don't use RetryData, but the LoadedClient. (cal_opened_cb): ditto, and assigned lc->timeout_id to the return value of g_timeout_add(). (alarm_notify_add_calendar): destroy the timeout callback when destroying the LoadedClient structure. svn path=/trunk/; revision=17178 --- calendar/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e4ecc04b8d..6b49307166 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2002-06-12 Rodrigo Moya + + * gui/alarm-notify.c: added timeout_id to LoadedClient structure, to + keep track of the timeout function. + (retry_timeout_cb): don't use RetryData, but the LoadedClient. + (cal_opened_cb): ditto, and assigned lc->timeout_id to the return + value of g_timeout_add(). + (alarm_notify_add_calendar): destroy the timeout callback when + destroying the LoadedClient structure. + 2002-06-12 Jeffrey Stedfast * pcs/cal-factory.c (open_fn): Free the uri_string once we're done -- cgit v1.2.3