diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-07-11 07:57:55 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-07-11 07:57:55 +0800 |
commit | 39e7268930b5d5cbc6f9128ebf1a8055ed007cc6 (patch) | |
tree | 597c5878fb740534c1716ef293cb14bc113d460b /calendar/ChangeLog | |
parent | ee250cad8e32e0aaa9d9a57c4154ea7728b7c4f2 (diff) | |
download | gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar.gz gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar.bz2 gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar.lz gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar.xz gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar.zst gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.zip |
Handle the different alarm actions. (display_notification): Do the alarm
2001-07-10 Federico Mena Quintero <federico@ximian.com>
* gui/alarm-notify/alarm-queue.c (alarm_trigger_cb): Handle the
different alarm actions.
(display_notification): Do the alarm notification dialog here.
* gui/alarm-notify/alarm-notify-dialog.c (make_heading): Take in a
CalComponentVType, not a whole component.
(alarm_notify_dialog): Take in a CalComponentVType and the final
message instead of generating it ourselves.
svn path=/trunk/; revision=10978
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 685dad73bd..b0a55ad641 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2001-07-10 Federico Mena Quintero <federico@ximian.com> + + * gui/alarm-notify/alarm-queue.c (alarm_trigger_cb): Handle the + different alarm actions. + (display_notification): Do the alarm notification dialog here. + + * gui/alarm-notify/alarm-notify-dialog.c (make_heading): Take in a + CalComponentVType, not a whole component. + (alarm_notify_dialog): Take in a CalComponentVType and the final + message instead of generating it ourselves. + 2001-07-09 Federico Mena Quintero <federico@ximian.com> * pcs/cal-backend-file.c (generate_alarms_for_comp): Pass the |