[evolution-patches] [Calendar] adding the sender to the list of attendees by default



The attached patch fixes the problem of the sender not being added to
the attendee list by default while displaying the 'Invitations page'.

kindly review the same.

harish
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2662
diff -u -3 -p -u -p -r1.2662 ChangeLog
--- ChangeLog	8 Feb 2005 13:16:25 -0000	1.2662
+++ ChangeLog	9 Feb 2005 09:01:50 -0000
@@ -1,3 +1,10 @@
+2005-02-09  Harish Krishnaswamy  <kharish novell com>
+
+	* gui/dialogs/event-editor.c: (event_editor_edit_comp):
+	Always remove the meeting and scheduling pages when there are no
+	attendees. This allows the sender to be added to the attendees list 
+	by default while creating new meetings.
+
 2005-02-08  Rodrigo Moya <rodrigo novell com>
 
 	* gui/e-cal-model.c (set_instance_times): set instance times correctly.
Index: gui/dialogs/event-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/event-editor.c,v
retrieving revision 1.56
diff -u -3 -p -u -p -r1.56 event-editor.c
--- gui/dialogs/event-editor.c	4 Feb 2005 15:49:15 -0000	1.56
+++ gui/dialogs/event-editor.c	9 Feb 2005 09:01:50 -0000
@@ -217,7 +217,7 @@ event_editor_edit_comp (CompEditor *edit
 	e_meeting_store_remove_all_attendees (priv->model);
 
 	/* Set up the attendees */
-	if (attendees == NULL && !priv->is_meeting) {
+	if (attendees == NULL) {
 		if (priv->meet_page)
 			comp_editor_remove_page (editor, COMP_EDITOR_PAGE (priv->meet_page));
 		if (priv->sched_page)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]