[evolution-patches] fix for the bug #316954 [calendar]



Hi,
   Have attached the fix for the bug.

thanks, Chenthill.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2804
diff -u -p -r1.2804 ChangeLog
--- ChangeLog	19 Sep 2005 08:10:51 -0000	1.2804
+++ ChangeLog	27 Sep 2005 14:59:05 -0000
@@ -1,3 +1,9 @@
+2005-09-27  Chenthill Palanisamy  <pchenthill novell com>
+
+	Fixes #316954
+	* gui/e-calendar-view.c: (e_calendar_view_edit_appointment): Set
+	the USER_ORG flag if the appointment is converted to a meeting.
+
 2005-09-08  P. S. Chakravarthi <pchakravarthi novell com>
 
 	Fix #261625
Index: gui/e-calendar-view.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-calendar-view.c,v
retrieving revision 1.91
diff -u -p -r1.91 e-calendar-view.c
--- gui/e-calendar-view.c	24 Aug 2005 03:07:49 -0000	1.91
+++ gui/e-calendar-view.c	27 Sep 2005 14:59:06 -0000
@@ -1807,7 +1807,7 @@ e_calendar_view_edit_appointment (ECalen
 		ECalComponent *comp = e_cal_component_new ();
 		e_cal_component_set_icalcomponent (comp, icalcomponent_new_clone (icalcomp));
 		flags |= COMP_EDITOR_MEETING;
-		if (itip_organizer_is_user (comp, client))
+		if (itip_organizer_is_user (comp, client) || !e_cal_component_has_attendees (comp))
 			flags |= COMP_EDITOR_USER_ORG;
 		g_object_unref (comp);
 	}


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