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



Hi,
  Have attached the fix for the bug.

thanks, chenthill.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2680.2.20
diff -u -p -r1.2680.2.20 ChangeLog
--- ChangeLog	8 Apr 2005 16:09:53 -0000	1.2680.2.20
+++ ChangeLog	13 Apr 2005 10:34:29 -0000
@@ -1,3 +1,10 @@
+2005-04-13  Chenthill Palanisamy  <pchenthill novell com>
+
+	Fixes #274476
+	* gui/e-calendar-view.c: (e_calendar_view_open_event): Send the
+	right value boolean variable meeting to e_calendar_view_edit_appointment
+	method.
+
 2005-04-08  Rodrigo Moya <rodrigo novell com>
 
 	Fixes #70035
Index: gui/e-calendar-view.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-calendar-view.c,v
retrieving revision 1.76.2.2
diff -u -p -r1.76.2.2 e-calendar-view.c
--- gui/e-calendar-view.c	6 Apr 2005 14:59:07 -0000	1.76.2.2
+++ gui/e-calendar-view.c	13 Apr 2005 10:34:29 -0000
@@ -1491,10 +1491,9 @@ e_calendar_view_open_event (ECalendarVie
 	selected = e_calendar_view_get_selected_events (cal_view);
 	if (selected) {
 		ECalendarViewEvent *event = (ECalendarViewEvent *) selected->data;
-
 		if (event)
 			e_calendar_view_edit_appointment (cal_view, event->comp_data->client,
-						     event->comp_data->icalcomp, FALSE);
+					event->comp_data->icalcomp, icalcomponent_get_first_property(event->comp_data->icalcomp, ICAL_ATTENDEE_PROPERTY));
 
 		g_list_free (selected);
 	}


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