diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-28 19:42:22 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-28 19:42:22 +0800 |
commit | 581a3fa9e479faaf470025d3336f4d2ecdaebf7e (patch) | |
tree | 1e66eb4d788b7e8f3100e8078ad28b64af21665f /calendar/ChangeLog | |
parent | 46020194f5d5fead62404f3fb74cdb01a098baf6 (diff) | |
download | gsoc2013-evolution-581a3fa9e479faaf470025d3336f4d2ecdaebf7e.tar gsoc2013-evolution-581a3fa9e479faaf470025d3336f4d2ecdaebf7e.tar.gz gsoc2013-evolution-581a3fa9e479faaf470025d3336f4d2ecdaebf7e.tar.bz2 gsoc2013-evolution-581a3fa9e479faaf470025d3336f4d2ecdaebf7e.tar.lz gsoc2013-evolution-581a3fa9e479faaf470025d3336f4d2ecdaebf7e.tar.xz gsoc2013-evolution-581a3fa9e479faaf470025d3336f4d2ecdaebf7e.tar.zst gsoc2013-evolution-581a3fa9e479faaf470025d3336f4d2ecdaebf7e.zip |
fixes #318777
svn path=/trunk/; revision=30693
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9d06e9664e..af1dd19a22 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2005-11-28 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #318777 + * gui/e-cal-model.c: + (add_instance_cb): Set the instance start as the started date for + the recurring instance. + (e_cal_view_objects_added_cb): + (e_cal_view_objects_removed_cb): Check if the comp_data is removed + from the array before freeing the data. + 2005-11-26 Tor Lillqvist <tml@novell.com> * gui/calendar-commands.c |