Re: [evolution-patches] Patch to add open menu to right click popup for attachment(s) in meetings.
- From: chenthill <pchenthill novell com>
- To: viren <lviren novell com>
- Cc: evolution-patches lists ximian com, sragavan novell com
- Subject: Re: [evolution-patches] Patch to add open menu to right click popup for attachment(s) in meetings.
- Date: Fri, 29 Jul 2005 17:18:55 +0530
On Fri, 2005-07-29 at 15:10 +0530, viren wrote:
e_cal_component_set_icalcomponent (comp, icalcomponent_new_clone (icalcomp));
flags |= COMP_EDITOR_MEETING;
- if (itip_organizer_is_user (comp, client))
+
+ if (!e_cal_get_static_capability (client, CAL_STATIC_CAPABILITY_NO_ORGANIZER))
flags |= COMP_EDITOR_USER_ORG;
You should check itip_organizer_is_user also. Please correct the indentations.
thanks, chenthill.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]