diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2001-01-03 06:47:28 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-03 06:47:28 +0800 |
commit | 02ee28bf7749fd4f6cc764d1765405edf2e9293e (patch) | |
tree | e75d163d068de3e74f86cf7ca4bdca2de845e434 /calendar/ChangeLog | |
parent | 70844a59a3e7acb053f679f241fbb70d4ce79209 (diff) | |
download | gsoc2013-evolution-02ee28bf7749fd4f6cc764d1765405edf2e9293e.tar gsoc2013-evolution-02ee28bf7749fd4f6cc764d1765405edf2e9293e.tar.gz gsoc2013-evolution-02ee28bf7749fd4f6cc764d1765405edf2e9293e.tar.bz2 gsoc2013-evolution-02ee28bf7749fd4f6cc764d1765405edf2e9293e.tar.lz gsoc2013-evolution-02ee28bf7749fd4f6cc764d1765405edf2e9293e.tar.xz gsoc2013-evolution-02ee28bf7749fd4f6cc764d1765405edf2e9293e.tar.zst gsoc2013-evolution-02ee28bf7749fd4f6cc764d1765405edf2e9293e.zip |
If the component has no alarms, do not try to queue them.
2001-01-02 Federico Mena Quintero <federico@helixcode.com>
* gui/alarm-notify.c (add_component_alarms): If the component has
no alarms, do not try to queue them.
(remove_client_alarms): New function to remove all the queued
alarms for a calendar client.
(alarm_notify_remove_client): Remove the client's alarms.
svn path=/trunk/; revision=7218
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 04abb82c3b..19d36d3649 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2001-01-02 Federico Mena Quintero <federico@helixcode.com> + * gui/alarm-notify.c (add_component_alarms): If the component has + no alarms, do not try to queue them. + (remove_client_alarms): New function to remove all the queued + alarms for a calendar client. + (alarm_notify_remove_client): Remove the client's alarms. + +2001-01-02 Federico Mena Quintero <federico@helixcode.com> + * gui/dialogs/delete-comp.c (delete_component_dialog): Do not compose strings so that they can be localized correctly. Also, convert from UTF8 into the font's encoding. Fixes bug #1030. |