diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-30 17:33:36 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-30 17:33:36 +0800 |
commit | 20d72f43f15e96ec4d90b14315909c7c5654b986 (patch) | |
tree | 7dd1729ac20119e9c628e24ba008225b9b2efe85 /calendar/ChangeLog | |
parent | 0ba6389de0b801639fec724d97a5a04ba73613f6 (diff) | |
download | gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar.gz gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar.bz2 gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar.lz gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar.xz gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.tar.zst gsoc2013-evolution-20d72f43f15e96ec4d90b14315909c7c5654b986.zip |
fixes #225816
svn path=/trunk/; revision=31353
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 592e4133ef..5cfe74f80e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2006-01-18 Johnny Jacob <johnnyjacob@gmail.com> + + Fixes #225816 + * gui/dialogs/alatm-list-dialog.glade : Added edit button. + * gui/dialogs/alarm-list-dialog.c (init_widgets), (get_widgets) : + Get and connect signals for edit button. + (sensitize_buttons) : Handle the sesitivity of edit button. + (edit_clicked_cb) : Added. Handle edit button click event. + * gui/dialogs/alarm-dialogs.c (populate_widgets) : Added. Extract data + from alarm and fill in the widgets. + (alarm_to_repeat_widgets): Added. Alarm data to repeat widgets. + (alarm_to_aalarm_widgets): Added. Alarm data to audio alarm widgets. + (alarm_to_dalarm_widgets): Added. Alarm data to display alarm widgets. + (alarm_to_palarm_widgets): Added. Alarm data to procedure alarm widgets. + (alarm_to_dialog): call populate_widgets. + 2006-01-28 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> ** Fixes Bug #327347 |