aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2007-07-04 15:28:59 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-07-04 15:28:59 +0800
commitd0d4630a002e37e92d8c0fe3afe63db6fc7effe3 (patch)
tree7774db3db3705a5bd0565504868914a605d7555b /calendar/ChangeLog
parentbf9a3cc4fdb5f4c52901e74725c67888e26d272b (diff)
downloadgsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.gz
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.bz2
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.lz
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.xz
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.tar.zst
gsoc2013-evolution-d0d4630a002e37e92d8c0fe3afe63db6fc7effe3.zip
Fix for bug #445526
svn path=/trunk/; revision=33753
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ba7fdfcc0e..89ac0448f6 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2007-07-02 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #445526
+
+ * gui/dialogs/alarm-list-dialog.h: (alarm_list_dialog_set_client):
+ * gui/dialogs/alarm-list-dialog.c: (alarm_list_dialog_set_client)
+ New function, need to be called when page source changed.
+ * gui/dialogs/event-page.c: (struct _EventPagePrivate), (init_widgets),
+ (event_page_init), (event_page_finalize), (source_changed_cb):
+ New private property alarm_list_dlg_widget points on dialog's box and
+ calling new callback in source_changed_cb.
+
2007-06-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #448223 from Gilles Dartiguelongue