aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-queue.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-08 08:31:29 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-08 08:31:29 +0800
commit7e257ae6bf7813b3e07677ca40c7f7f347feaaaa (patch)
tree7671800f698bd5dd9977392570a5151069333953 /calendar/gui/alarm-notify/alarm-queue.c
parent0dbd0ca1a177e62daad967d6549b3ed35e9b7234 (diff)
downloadgsoc2013-evolution-7e257ae6bf7813b3e07677ca40c7f7f347feaaaa.tar
gsoc2013-evolution-7e257ae6bf7813b3e07677ca40c7f7f347feaaaa.tar.gz
gsoc2013-evolution-7e257ae6bf7813b3e07677ca40c7f7f347feaaaa.tar.bz2
gsoc2013-evolution-7e257ae6bf7813b3e07677ca40c7f7f347feaaaa.tar.lz
gsoc2013-evolution-7e257ae6bf7813b3e07677ca40c7f7f347feaaaa.tar.xz
gsoc2013-evolution-7e257ae6bf7813b3e07677ca40c7f7f347feaaaa.tar.zst
gsoc2013-evolution-7e257ae6bf7813b3e07677ca40c7f7f347feaaaa.zip
call e_cal_view_start to actually start the live query.
2004-01-07 Rodrigo Moya <rodrigo@ximian.com> * gui/alarm-notify/alarm-queue.c (load_alarms): call e_cal_view_start to actually start the live query. svn path=/trunk/; revision=24099
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-queue.c')
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c2
1 files changed, 2 insertions, 0 deletions
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);
}
}