diff options
author | Milan Crha <mcrha@redhat.com> | 2008-11-04 23:39:10 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-11-04 23:39:10 +0800 |
commit | 90d4156ad06c297cb0030c5d3def03c771a5a78f (patch) | |
tree | d2ea3ceb81b745ca9b108850fa2ed3dfd9429d6e /calendar/ChangeLog | |
parent | 2460ca1d162dbd596e6e0a7d7a9f5aedc1bc4287 (diff) | |
download | gsoc2013-evolution-90d4156ad06c297cb0030c5d3def03c771a5a78f.tar.gz gsoc2013-evolution-90d4156ad06c297cb0030c5d3def03c771a5a78f.tar.zst gsoc2013-evolution-90d4156ad06c297cb0030c5d3def03c771a5a78f.zip |
** Fix for bug #558354
2008-11-04 Milan Crha <mcrha@redhat.com>
** Fix for bug #558354
* gui/alarm-notify/alarm-notify.glade:
* gui/alarm-notify/alarm-notify-dialog.h: (enum AlarmNotifyResult):
* gui/alarm-notify/alarm-notify-dialog.c: (struct AlarmNotify),
(dismiss_pressed_cb), (notified_alarms_dialog_new):
* gui/alarm-notify/alarm-queue.c: (notify_dialog_cb):
Changed "Close" button to "Dismiss All" and added a "Dismiss" button
to the alarm notification dialog to be able to dismiss only some of
the alarms shown in the dialog.
svn path=/trunk/; revision=36740
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b335913d39..b48ea70b2f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2008-11-04 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #558354 + + * gui/alarm-notify/alarm-notify.glade: + * gui/alarm-notify/alarm-notify-dialog.h: (enum AlarmNotifyResult): + * gui/alarm-notify/alarm-notify-dialog.c: (struct AlarmNotify), + (dismiss_pressed_cb), (notified_alarms_dialog_new): + * gui/alarm-notify/alarm-queue.c: (notify_dialog_cb): + Changed "Close" button to "Dismiss All" and added a "Dismiss" button + to the alarm notification dialog to be able to dismiss only some of + the alarms shown in the dialog. + 2008-11-04 Matthew Barnes <mbarnes@redhat.com> * gui/calendar-commands.c: |