diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-03 20:58:48 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-03 20:58:48 +0800 |
commit | c7ce7a09d004d290b291ba26310260d27806e6c7 (patch) | |
tree | 4c386532ce6e9922d7bb6e15bdedf2c6a480e63d /calendar/ChangeLog | |
parent | 5c553a90436a536d334882485726d19b84d6a8c0 (diff) | |
download | gsoc2013-evolution-c7ce7a09d004d290b291ba26310260d27806e6c7.tar.gz gsoc2013-evolution-c7ce7a09d004d290b291ba26310260d27806e6c7.tar.zst gsoc2013-evolution-c7ce7a09d004d290b291ba26310260d27806e6c7.zip |
Fixes #312423, #329749
svn path=/trunk/; revision=31630
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9b971b8a0d..9a8c1f024e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2006-02-17 Johnny Jacob <johnnyjacob@gmail.com> + + Fixes #312423, #329749 + * gui/dialogs/event-page.c: (sensitize_widgets): Enable/Disable + based on read_only status. + (alarm_store_changed_cb): Added. Changed signal handler for alarm list. + * gui/dialogs/alamm-list-dialog.c: (edit_clicked_cb): Emit changed + signal for alarm list. + 2006-02-28 Chenthill Palanisamy <pchenthill@novell.com> Fixes #332726 |