Re: [evolution-patches] calendar and task source deletion



On Fri, 2004-03-26 at 14:49 -0500, William Jon McCann wrote:

> Hi,
> 
> Here is a patch that allows calendar and task sources to be deleted even 
> when they aren't selected/loaded.
> 
> Please let me know if this looks ok.
> 
hmm, I think it doesn't, but not your fault, but the original code. It
is written in a way that will only remove calendars that are selected,
that is:

cal = e_cal_model_get_client_for_uri (gnome_calendar_get_calendar_model
(priv->calendar), uri);
if (cal)
	...

This will search the calendar in the view's model (which only contains
the calendars currently loaded). So, if the calendar is not loaded, the
source will be removed, but e_cal_remove won't be called for that
calendar, meaning that files won't be deleted for local calendars,
folders won't be removed for remote calendars, etc

cheers




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