Re: [evolution-patches] fix for the bug 73320 [calendar]
- From: JP Rosevear <jpr novell com>
- To: chenthill <pchenthill novell com>
- Cc: patches <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] fix for the bug 73320 [calendar]
- Date: Mon, 21 Mar 2005 10:36:10 -0500
On Mon, 2005-03-21 at 20:36 +0530, chenthill wrote:
> + if (!((name && *name) || (email && *email)) ||
> (e_meeting_store_find_attendee (model, email, &existing_row) != NULL)
> && existing_row != row){
Shouldn't that be:
(e_meeting_store_find_attendee (model, email, &existing_row) != NULL && existing_row != row))
-JP
--
JP Rosevear <jpr novell com>
Novell, Inc.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]