aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-06-13 04:39:27 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-06-13 04:39:27 +0800
commit8565d18f255fda06df3920cb6beaa3d0fd5fa4b9 (patch)
tree4a451d6076af09fdfe6eaeb6cdcaf74a8d489afd /calendar/ChangeLog
parent83d8c9cc825775e91b32e262effef3f1a63ec539 (diff)
downloadgsoc2013-evolution-8565d18f255fda06df3920cb6beaa3d0fd5fa4b9.tar
gsoc2013-evolution-8565d18f255fda06df3920cb6beaa3d0fd5fa4b9.tar.gz
gsoc2013-evolution-8565d18f255fda06df3920cb6beaa3d0fd5fa4b9.tar.bz2
gsoc2013-evolution-8565d18f255fda06df3920cb6beaa3d0fd5fa4b9.tar.lz
gsoc2013-evolution-8565d18f255fda06df3920cb6beaa3d0fd5fa4b9.tar.xz
gsoc2013-evolution-8565d18f255fda06df3920cb6beaa3d0fd5fa4b9.tar.zst
gsoc2013-evolution-8565d18f255fda06df3920cb6beaa3d0fd5fa4b9.zip
added timeout_id to LoadedClient structure, to keep track of the timeout
2002-06-12 Rodrigo Moya <rodrigo@ximian.com> * 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <rodrigo@ximian.com>
+
+ * 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 <fejj@ximian.com>
* pcs/cal-factory.c (open_fn): Free the uri_string once we're done