diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-09-12 10:09:58 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-09-12 10:09:58 +0800 |
commit | e65e502c544e11c97832936881c43b90fc74d320 (patch) | |
tree | 0d7aaa5b9a1a2b0853254cbb323a0b29fff1fb7f /calendar/ChangeLog | |
parent | ff6d984bb6c9fd7fbba7a6382976260f0f2dfd8f (diff) | |
download | gsoc2013-evolution-e65e502c544e11c97832936881c43b90fc74d320.tar.gz gsoc2013-evolution-e65e502c544e11c97832936881c43b90fc74d320.tar.zst gsoc2013-evolution-e65e502c544e11c97832936881c43b90fc74d320.zip |
Added an use_description argument so that other alarms can fall back to
2001-09-11 Federico Mena Quintero <federico@ximian.com>
* gui/alarm-notify/alarm-queue.c (display_notification): Added an
use_description argument so that other alarms can fall back to
this type.
(audio_notification): Implemented.
(remove_comp): Call remove_queued_alarm() here; there is no longer
a destroy notification function for alarms so must we do this
manually.
(alarm_trigger_cb): Do not pass the alarm to the notification
functions so that we can free it ourselves before all the alarms
in the component get freed.
(display_notification): Get the alarm here instead of getting it
as an argument.
(procedure_notification): Implemented.
svn path=/trunk/; revision=12772
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9c124fe127..18724d3659 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2001-09-11 Federico Mena Quintero <federico@ximian.com> + + * gui/alarm-notify/alarm-queue.c (display_notification): Added an + use_description argument so that other alarms can fall back to + this type. + (audio_notification): Implemented. + (remove_comp): Call remove_queued_alarm() here; there is no longer + a destroy notification function for alarms so must we do this + manually. + (alarm_trigger_cb): Do not pass the alarm to the notification + functions so that we can free it ourselves before all the alarms + in the component get freed. + (display_notification): Get the alarm here instead of getting it + as an argument. + (procedure_notification): Implemented. + 2001-09-11 JP Rosevear <jpr@ximian.com> * gui/dialogs/meeting-page.c (invite_entry_changed): free the |