Re: [evolution-patches] Patch to add open menu to right click popup for attachment(s) in meetings.



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]