[evolution-exchange] Bug #260407 - Return the appropriate value for queries having 'NOT'
- From: Milan Crha <mcrha src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-exchange] Bug #260407 - Return the appropriate value for queries having 'NOT'
- Date: Fri, 16 Oct 2009 14:06:39 +0000 (UTC)
commit 8a5d7ef6b7f3d4dc0cead245834e75c4f89595cb
Author: Shakti Sen <shprasad novell com>
Date: Fri Oct 16 16:05:36 2009 +0200
Bug #260407 - Return the appropriate value for queries having 'NOT'
server/lib/e2k-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/server/lib/e2k-utils.c b/server/lib/e2k-utils.c
index bab34ce..6a94eb0 100644
--- a/server/lib/e2k-utils.c
+++ b/server/lib/e2k-utils.c
@@ -514,7 +514,7 @@ e2k_restriction_folders_only (E2kRestriction *rn)
return TRUE;
case E2K_RESTRICTION_NOT:
- return !e2k_restriction_folders_only (rn->res.not.rn);
+ return e2k_restriction_folders_only (rn->res.not.rn);
case E2K_RESTRICTION_COMMENT:
return e2k_restriction_folders_only (rn->res.comment.rn);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]