diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-09-23 18:11:50 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-09-23 18:11:50 +0800 |
commit | bfc419ce4b36a61a4f082a2373c8efc574dd1e31 (patch) | |
tree | 4b65f41a9341bfbe18c7d56b690f95315102b3c0 /calendar/ChangeLog | |
parent | d2353512a5f544d9eee94388e2f4090aed7b1ab0 (diff) | |
download | gsoc2013-evolution-bfc419ce4b36a61a4f082a2373c8efc574dd1e31.tar.gz gsoc2013-evolution-bfc419ce4b36a61a4f082a2373c8efc574dd1e31.tar.zst gsoc2013-evolution-bfc419ce4b36a61a4f082a2373c8efc574dd1e31.zip |
Fixes #28310
2002-09-23 Rodrigo Moya <rodrigo@ximian.com>
Fixes #28310
* 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=18163
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 08d445dfca..b375856f06 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,7 @@ 2002-09-23 Rodrigo Moya <rodrigo@ximian.com> + Fixes #28310 + * 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. |