diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-08 16:47:49 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-08 16:47:49 +0800 |
commit | 35b59bde31bebcf1a823a8b3e5262e73e719237a (patch) | |
tree | 34fddbec57373687cab6b83dba0b578e34c0a906 /calendar/ChangeLog | |
parent | e3b6a2229da0aedf826cbf474a4cb0c657269d3a (diff) | |
download | gsoc2013-evolution-35b59bde31bebcf1a823a8b3e5262e73e719237a.tar gsoc2013-evolution-35b59bde31bebcf1a823a8b3e5262e73e719237a.tar.gz gsoc2013-evolution-35b59bde31bebcf1a823a8b3e5262e73e719237a.tar.bz2 gsoc2013-evolution-35b59bde31bebcf1a823a8b3e5262e73e719237a.tar.lz gsoc2013-evolution-35b59bde31bebcf1a823a8b3e5262e73e719237a.tar.xz gsoc2013-evolution-35b59bde31bebcf1a823a8b3e5262e73e719237a.tar.zst gsoc2013-evolution-35b59bde31bebcf1a823a8b3e5262e73e719237a.zip |
Changed the code to load alarms from current day beginning if the last notification
time is beyond current day's beginning time in the function load_alarms_for_today()
and removed a check in the function setup_timeout()
svn path=/trunk/; revision=30578
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a5e5b3289b..b9b457a4f6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2005-11-08 P. S. Chakravarthi <pchakravarthi@novell.com> + + Fixes 319217 + * gui/alarm-notify/alarm-queue.c (load_alarms_for_today): + changed the code to load alarms from current day beginning if + last notification time is beyond current day's begin time and + * gui/alarm-notify/alarm.c (setup_timeout): + removed the check which sees if the alarm's trigger time has + got past current time so that alarms missed in current day are + always shown. + 2005-10-21 Mubeen Jukaku <jmubeen@novell.com> Sankar Committting for Mubeen |