aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-08-28 23:08:44 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-08-28 23:08:44 +0800
commit40a89749218d3bcd159e279f72db9167448e41c6 (patch)
tree8fa75dddd722180c42f4794c9c67f7f3fe651ecc
parent6713334882e1ffbc92c394d77174f0252ca52216 (diff)
downloadgsoc2013-evolution-40a89749218d3bcd159e279f72db9167448e41c6.tar
gsoc2013-evolution-40a89749218d3bcd159e279f72db9167448e41c6.tar.gz
gsoc2013-evolution-40a89749218d3bcd159e279f72db9167448e41c6.tar.bz2
gsoc2013-evolution-40a89749218d3bcd159e279f72db9167448e41c6.tar.lz
gsoc2013-evolution-40a89749218d3bcd159e279f72db9167448e41c6.tar.xz
gsoc2013-evolution-40a89749218d3bcd159e279f72db9167448e41c6.tar.zst
gsoc2013-evolution-40a89749218d3bcd159e279f72db9167448e41c6.zip
get the active state (insert_rsvp): set inital rsvp state
2004-08-28 JP Rosevear <jpr@novell.com> * 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
-rw-r--r--calendar/ChangeLog8
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f36910bb57..564903cc67 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2004-08-28 JP Rosevear <jpr@novell.com>
+
+ * 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
+
2004-08-27 Rodrigo Moya <rodrigo@novell.com>
* gui/alarm-notify/alarm-queue.c (load_alarms): use the
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 {