Re: [evolution-patches] patch for #67403 (calendar) for 2.0.x
- From: Harish Krishnaswamy <kharish novell com>
- To: Rodrigo Moya <rodrigo novell com>
- Cc: Evolution Patches <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] patch for #67403 (calendar) for 2.0.x
- Date: Mon, 06 Dec 2004 19:27:05 -0800
On Wed, 2004-12-01 at 13:21 +0100, Rodrigo Moya wrote:
> gboolean have_selected, read_only;
> +
> + if (!e_cal_is_read_only (dialog->ecal, &read_only, NULL))
> + read_only = TRUE;
In the above line, we need to explicitly check for the error returned by
e_cal_is_read_only. - This is because a BUSY error , common with
groupwise and exchange back-ends, would cause the client to set the
calendar as read_only.
the rest looks fine.
regards,
-harish
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]