From 7e257ae6bf7813b3e07677ca40c7f7f347feaaaa Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 8 Jan 2004 00:31:29 +0000 Subject: call e_cal_view_start to actually start the live query. 2004-01-07 Rodrigo Moya * gui/alarm-notify/alarm-queue.c (load_alarms): call e_cal_view_start to actually start the live query. svn path=/trunk/; revision=24099 --- calendar/ChangeLog | 5 +++++ calendar/gui/alarm-notify/alarm-queue.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e74ed0588b..3d42520f57 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-01-07 Rodrigo Moya + + * gui/alarm-notify/alarm-queue.c (load_alarms): call e_cal_view_start + to actually start the live query. + 2004-01-07 Rodrigo Moya * gui/alarm-notify/alarm-queue.c: added an ECalQuery for each loaded diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index f7eba69688..62c1a0a3fd 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -394,6 +394,8 @@ load_alarms (ClientAlarms *ca, time_t start, time_t end) G_CALLBACK (query_objects_changed_cb), ca); g_signal_connect (G_OBJECT (ca->query), "objects_removed", G_CALLBACK (query_objects_removed_cb), ca); + + e_cal_view_start (ca->query); } } -- cgit