clear the attendees, somehow I remove this in an earlier commit
2005-01-07 JP Rosevear <jpr@novell.com> * gui/dialogs/event-editor.c (event_editor_edit_comp): clear the attendees, somehow I remove this in an earlier commit svn path=/trunk/; revision=28278
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-01-07 JP Rosevear <jpr@novell.com>
|
||||
|
||||
* gui/dialogs/event-editor.c (event_editor_edit_comp): clear the
|
||||
attendees, somehow I remove this in an earlier commit
|
||||
|
||||
2005-01-07 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
* gui/dialogs/event-page.glade:
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
<oaf_attribute name="name" type="string"
|
||||
_value="Evolution Calendar alarm notification service"/>
|
||||
|
||||
</oaf_server>
|
||||
|
||||
<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_AlarmNotify:@VERSION@"
|
||||
|
||||
@@ -211,6 +211,9 @@ event_editor_edit_comp (CompEditor *editor, ECalComponent *comp)
|
||||
e_cal_component_get_organizer (comp, &organizer);
|
||||
e_cal_component_get_attendee_list (comp, &attendees);
|
||||
|
||||
/* Clear things up */
|
||||
e_meeting_store_remove_all_attendees (priv->model);
|
||||
|
||||
/* Set up the attendees */
|
||||
if (attendees == NULL && !priv->is_meeting) {
|
||||
if (priv->meet_page)
|
||||
|
||||
Reference in New Issue
Block a user