[evolution-patches] patch for bug # 312739 [calendar]
- From: viren <lviren novell com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] patch for bug # 312739 [calendar]
- Date: Fri, 12 Aug 2005 16:25:21 +0530
Hi,
Attached patch fixes bug
http://bugzilla.gnome.org/show_bug.cgi?id=312739
Thanks,
Viren
Index: gui/e-day-view.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-day-view.c,v
retrieving revision 1.284
diff -r1.284 e-day-view.c
3304c3304
< event_num);
---
> event_num);
3307c3307,3309
< event_num);
---
> event_num);
>
> attendee_prop = icalcomponent_get_first_property (event->comp_data->icalcomp, ICAL_ATTENDEE_PROPERTY);
3309,3320c3311,3313
< if (day == day_view->editing_event_day
< && event_num == day_view->editing_event_num
< && icalcomponent_get_current_property (event->comp_data->icalcomp)) {
< attendee_prop = icalcomponent_get_first_property (event->comp_data->icalcomp, ICAL_ATTENDEE_PROPERTY)
< ;
< e_calendar_view_edit_appointment (day_view,
< event->comp_data->client,
< event->comp_data->icalcomp, attendee_prop ? TRUE:FALSE);
< } else
< e_calendar_view_edit_appointment (day_view,
< event->comp_data->client,
< event->comp_data->icalcomp, FALSE);
---
> e_calendar_view_edit_appointment (day_view,
> event->comp_data->client,
> event->comp_data->icalcomp, attendee_prop ? TRUE:FALSE);
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2792
diff -r1.2792 ChangeLog
0a1,7
> 2005-08-12 Viren.L <lviren novell com>
>
> * gui/e-day-view.c: (e_day_view_on_event_double_click):
> Removed the checks for event_num, editing_event_day and ical_component_get_current_property.
>
> Fixes #312739
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]