diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-12-15 16:33:31 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-12-15 16:33:31 +0800 |
commit | 8757f8253d34267c81067d8b50b9d8a0b17bd32b (patch) | |
tree | e1c247628bc61cfba6d7569ac53fd6a056ad5079 /calendar/ChangeLog | |
parent | 32f88d560f6f1789b4dd740327e8765c893e5970 (diff) | |
download | gsoc2013-evolution-8757f8253d34267c81067d8b50b9d8a0b17bd32b.tar.gz gsoc2013-evolution-8757f8253d34267c81067d8b50b9d8a0b17bd32b.tar.zst gsoc2013-evolution-8757f8253d34267c81067d8b50b9d8a0b17bd32b.zip |
fixes #324058
svn path=/trunk/; revision=30782
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c7666ac715..e51f85d5e1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2005-12-15 Chenthill Palanisamy <pchenthill@novell.com> + Fixes #324058 + * gui/dialogs/comp-editor.c: (key_press_event), + (editor_key_press_event), (real_send_comp): Removed the + obsolete code which caused the crash. Corrected an invalid type + cast. + +2005-12-15 Chenthill Palanisamy <pchenthill@novell.com> + Fixes #321739 * gui/dialogs/event-page.c: (event_page_fill_widgets), (remove_attendee): Add/remove attendee from e-name-selector also. |