aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-02-17 01:06:02 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-02-17 01:06:02 +0800
commit16a88711a5d28bc19fa0fac6b5b7211bd8d99461 (patch)
tree05b2ec777ea6b35f4bd21cec71d7f47459316ad6 /calendar/ChangeLog
parent8fdf1ccc1d65dffdfd930ab64641f897f7d4578a (diff)
downloadgsoc2013-evolution-16a88711a5d28bc19fa0fac6b5b7211bd8d99461.tar.gz
gsoc2013-evolution-16a88711a5d28bc19fa0fac6b5b7211bd8d99461.tar.zst
gsoc2013-evolution-16a88711a5d28bc19fa0fac6b5b7211bd8d99461.zip
get alarms since the last notification, only use current time when there
2004-02-16 Rodrigo Moya <rodrigo@ximian.com> * gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): get alarms since the last notification, only use current time when there is no previous notification time. svn path=/trunk/; revision=24750
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 09e98653e7..6e74427136 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,9 @@
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): get alarms
+ since the last notification, only use current time when there is no
+ previous notification time.
+
* gui/alarm-notify/notify-main.c (init_session): set session restart
style to RESTART_IF_RUNNING.