From 40a89749218d3bcd159e279f72db9167448e41c6 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Sat, 28 Aug 2004 15:08:44 +0000 Subject: get the active state (insert_rsvp): set inital rsvp state 2004-08-28 JP Rosevear * gui/e-itip-control.c (rsvp_clicked_cb): get the active state (insert_rsvp): set inital rsvp state * gui/alarm-notify/alarm-queue.c (alarm_queue_add_client): load immediately if they are loaded svn path=/trunk/; revision=27057 --- calendar/gui/alarm-notify/alarm-queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index 433f121e55..d7047d98ea 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -1310,7 +1310,7 @@ alarm_queue_add_client (ECal *client) ca->uid_alarms_hash = g_hash_table_new (g_str_hash, g_str_equal); - if (e_cal_get_load_state (client) != E_CAL_LOAD_LOADED) { + if (e_cal_get_load_state (client) == E_CAL_LOAD_LOADED) { load_alarms_for_today (ca); load_missed_alarms (ca); } else { -- cgit v1.2.3