diff options
author | JP Rosevear <jpr@ximian.com> | 2001-11-07 23:43:32 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-11-07 23:43:32 +0800 |
commit | f7c509da222e019b85e30621d4ee455335195379 (patch) | |
tree | d4535a3967e23db6961078c805617bab22660bd0 /calendar/ChangeLog | |
parent | 68459c289cc021f255ad780b9221bcde1d3952e9 (diff) | |
download | gsoc2013-evolution-f7c509da222e019b85e30621d4ee455335195379.tar.gz gsoc2013-evolution-f7c509da222e019b85e30621d4ee455335195379.tar.zst gsoc2013-evolution-f7c509da222e019b85e30621d4ee455335195379.zip |
make sure to remove all attendees from the model when we edit a new comp,
2001-11-06 JP Rosevear <jpr@ximian.com>
* gui/dialogs/event-editor.c (event_editor_edit_comp): make sure
to remove all attendees from the model when we edit a new comp,
append the pages if they are needed and we weren't showing them
before
* gui/dialogs/task-editor.c (task_editor_edit_comp): same as above
* gui/dialogs/comp-editor.c (comp_editor_remove_page): check for a
return value indicating the page was not found and return if so
svn path=/trunk/; revision=14615
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1f9d4670c8..23b9cb2beb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2001-11-06 JP Rosevear <jpr@ximian.com> + + * gui/dialogs/event-editor.c (event_editor_edit_comp): make sure + to remove all attendees from the model when we edit a new comp, + append the pages if they are needed and we weren't showing them + before + + * gui/dialogs/task-editor.c (task_editor_edit_comp): same as above + + * gui/dialogs/comp-editor.c (comp_editor_remove_page): check for a + return value indicating the page was not found and return if so + 2001-11-05 Ettore Perazzoli <ettore@ximian.com> * gui/dialogs/e-delegate-dialog.c: #include |