Re: [evolution-patches] calendar, mail and exchange: patch for bug #231968



if (icalcomponent_get_first_property (comp_data->icalcomp, ICAL_ATTENDEE_PROPERTY))
+                       mask &= ~E_CAL_MENU_SELECT_ASSIGNABLE;
The mask should be set only if the task is not assigned one.  The existing check pasted below should be included.

if (!e_cal_get_static_capability (client, CAL_STATIC_CAPABILITY_NO_TASK_ASSIGNMENT)
                       && !e_cal_get_static_capability (client, CAL_STATIC_CAPABILITY_NO_CONV_TO_ASSIGN_TASK))

thanks, chenthill.



On Fri, 2005-07-29 at 12:06 +0530, shakti wrote:
Yeah, I did a mistake there. Now I am not creating a new mask but
setting the mask for 'ICAL_ATTENDEE_PROPERTY' in e-cal-menu.c file.

Please review the patch.

Thanks,
Shakti



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