diff options
author | JP Rosevear <jpr@ximian.com> | 2002-09-20 23:13:40 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-09-20 23:13:40 +0800 |
commit | f22abea518386c97a9f9fcd3ec4ef2625eaaa505 (patch) | |
tree | 6f3243f6eb9c013ec3987d52b6e2db995bb40cf2 /calendar/ChangeLog | |
parent | a1b984a5fb42b96ea7f99a14a427bd1b3e19b606 (diff) | |
download | gsoc2013-evolution-f22abea518386c97a9f9fcd3ec4ef2625eaaa505.tar.gz gsoc2013-evolution-f22abea518386c97a9f9fcd3ec4ef2625eaaa505.tar.zst gsoc2013-evolution-f22abea518386c97a9f9fcd3ec4ef2625eaaa505.zip |
set the deleted attendees array to size 0 after we clean it up
002-09-20 JP Rosevear <jpr@ximian.com>
* gui/dialogs/meeting-page.c (meeting_page_fill_widgets): set the
deleted attendees array to size 0 after we clean it up
Fixes #30479
svn path=/trunk/; revision=18135
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 91eea57af8..a729739271 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2002-09-20 JP Rosevear <jpr@ximian.com> + + * gui/dialogs/meeting-page.c (meeting_page_fill_widgets): set the + deleted attendees array to size 0 after we clean it up + + Fixes #30479 + 2002-09-20 Rodrigo Moya <rodrigo@ximian.com> * pcs/query.c (parse_sexp): remove the query from the cache if it |