diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-09-23 17:59:35 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-09-23 17:59:35 +0800 |
commit | d2353512a5f544d9eee94388e2f4090aed7b1ab0 (patch) | |
tree | 182e5437210f59e4cc2da94e57c02d08f0d02b7f /calendar/ChangeLog | |
parent | 90c8115f2fcd274d3eb7d5f70a291000553ede94 (diff) | |
download | gsoc2013-evolution-d2353512a5f544d9eee94388e2f4090aed7b1ab0.tar gsoc2013-evolution-d2353512a5f544d9eee94388e2f4090aed7b1ab0.tar.gz gsoc2013-evolution-d2353512a5f544d9eee94388e2f4090aed7b1ab0.tar.bz2 gsoc2013-evolution-d2353512a5f544d9eee94388e2f4090aed7b1ab0.tar.lz gsoc2013-evolution-d2353512a5f544d9eee94388e2f4090aed7b1ab0.tar.xz gsoc2013-evolution-d2353512a5f544d9eee94388e2f4090aed7b1ab0.tar.zst gsoc2013-evolution-d2353512a5f544d9eee94388e2f4090aed7b1ab0.zip |
only save the new notification time if it is bigger than the already saved
2002-09-23 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/save.c (save_notification_time): only save the
new notification time if it is bigger than the already saved one.
This should avoid some reminders showing up twice.
svn path=/trunk/; revision=18162
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6ffc860a84..08d445dfca 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2002-09-23 Rodrigo Moya <rodrigo@ximian.com> + + * gui/alarm-notify/save.c (save_notification_time): only save the + new notification time if it is bigger than the already saved one. + This should avoid some reminders showing up twice. + 2002-09-20 JP Rosevear <jpr@ximian.com> * gui/comp-util.c (cal_comp_is_on_server): check to see if the |