[evolution-patches] Exchange: patch for bug #260407



Hi,

I have attached a patch for bug #260407. Please review it.

Thnaks,
Shakti


Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/servers/exchange/ChangeLog,v
retrieving revision 1.30
diff -u -p -r1.30 ChangeLog
--- ChangeLog	15 Sep 2005 07:31:03 -0000	1.30
+++ ChangeLog	23 Sep 2005 11:02:53 -0000
@@ -1,3 +1,10 @@
+2005-09-23 Shakti Sen <shprasad novell com>
+
+	*lib/e2k-utils.c (e2k_restriction_folders_only): Returns the appropriate
+	value for queries having 'NOT'.
+
+	Fixes bug #260407.
+
 2005-09-14  Irene Huang  <Irene Huang sun com>
 
 	Fix for bug #316274
Index: lib/e2k-utils.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/servers/exchange/lib/e2k-utils.c,v
retrieving revision 1.3
diff -u -p -r1.3 e2k-utils.c
--- lib/e2k-utils.c	31 Aug 2005 04:26:08 -0000	1.3
+++ lib/e2k-utils.c	23 Sep 2005 11:02:53 -0000
@@ -511,7 +511,7 @@ e2k_restriction_folders_only (E2kRestric
 		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]