aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-11-04 23:39:10 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-11-04 23:39:10 +0800
commit90d4156ad06c297cb0030c5d3def03c771a5a78f (patch)
treed2ea3ceb81b745ca9b108850fa2ed3dfd9429d6e /calendar/ChangeLog
parent2460ca1d162dbd596e6e0a7d7a9f5aedc1bc4287 (diff)
downloadgsoc2013-evolution-90d4156ad06c297cb0030c5d3def03c771a5a78f.tar
gsoc2013-evolution-90d4156ad06c297cb0030c5d3def03c771a5a78f.tar.gz
gsoc2013-evolution-90d4156ad06c297cb0030c5d3def03c771a5a78f.tar.bz2
gsoc2013-evolution-90d4156ad06c297cb0030c5d3def03c771a5a78f.tar.lz
gsoc2013-evolution-90d4156ad06c297cb0030c5d3def03c771a5a78f.tar.xz
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/ChangeLog13
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: