diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-12-23 02:27:33 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-12-23 02:27:33 +0800 |
commit | a4f206c1399f3ed94c82e8846f328d3d9c81d37d (patch) | |
tree | b040037c146630a56822c77c66b930a0c98604e7 /calendar/ChangeLog | |
parent | 1e0a5a8fa1c2e36347a7ecb361a3824b1690ac28 (diff) | |
download | gsoc2013-evolution-a4f206c1399f3ed94c82e8846f328d3d9c81d37d.tar gsoc2013-evolution-a4f206c1399f3ed94c82e8846f328d3d9c81d37d.tar.gz gsoc2013-evolution-a4f206c1399f3ed94c82e8846f328d3d9c81d37d.tar.bz2 gsoc2013-evolution-a4f206c1399f3ed94c82e8846f328d3d9c81d37d.tar.lz gsoc2013-evolution-a4f206c1399f3ed94c82e8846f328d3d9c81d37d.tar.xz gsoc2013-evolution-a4f206c1399f3ed94c82e8846f328d3d9c81d37d.tar.zst gsoc2013-evolution-a4f206c1399f3ed94c82e8846f328d3d9c81d37d.zip |
if the setting is not in the config database, use the current time, to
2003-12-22 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/save.c (get_saved_notification_time): if the setting
is not in the config database, use the current time, to avoid getting
hundreds of alarms for past events.
svn path=/trunk/; revision=24003
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 d26b6ddfba..4cb0b09a02 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2003-12-22 Rodrigo Moya <rodrigo@ximian.com> + * gui/alarm-notify/save.c (get_saved_notification_time): if the setting + is not in the config database, use the current time, to avoid getting + hundreds of alarms for past events. + +2003-12-22 Rodrigo Moya <rodrigo@ximian.com> + * common/authentication.[ch]: new files for managing interactive authentication with backends. |