diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-02-10 16:42:08 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-02-10 16:42:08 +0800 |
commit | 2c844a7e57ee20173f990427da26aa4dd0703e1b (patch) | |
tree | 137ac8f00bd3c88f9ce7e66cfe2bc2617cf019c3 /calendar/ChangeLog | |
parent | 3ee8be8e3d25dc2c14a44bcdb71686a213e00b00 (diff) | |
download | gsoc2013-evolution-2c844a7e57ee20173f990427da26aa4dd0703e1b.tar.gz gsoc2013-evolution-2c844a7e57ee20173f990427da26aa4dd0703e1b.tar.zst gsoc2013-evolution-2c844a7e57ee20173f990427da26aa4dd0703e1b.zip |
Remove the component from the view, if its already present before adding
2005-02-10 Chenthill Palanisamy <pchenthill@novell.com>
* gui/e-cal-model.c: (e_cal_view_objects_added_cb): Remove
the component from the view, if its already present before
adding it.
svn path=/trunk/; revision=28763
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2f8719f615..60ea28f077 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2005-02-10 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/e-cal-model.c: (e_cal_view_objects_added_cb): Remove + the component from the view, if its already present before + adding it. + 2005-02-09 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/event-editor.c: (event_editor_edit_comp): |