[evolution-data-server] Fix Copy&Paste error found by Coverity scan



commit cc88202bc10023c2b62ed52aeb2ab428269b030e
Author: Milan Crha <mcrha redhat com>
Date:   Fri Nov 30 08:38:21 2012 +0100

    Fix Copy&Paste error found by Coverity scan

 camel/camel-imapx-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-imapx-utils.c b/camel/camel-imapx-utils.c
index e3ed570..d653679 100644
--- a/camel/camel-imapx-utils.c
+++ b/camel/camel-imapx-utils.c
@@ -1513,7 +1513,7 @@ imapx_dump_fetch (struct _fetch_info *finfo)
 		camel_stream_write_string (sout, string, NULL, NULL);
 		g_free (string);
 	}
-	if (finfo->date) {
+	if (finfo->uid) {
 		string = g_strdup_printf ("UID: '%s'\n", finfo->uid);
 		camel_stream_write_string (sout, string, NULL, NULL);
 		g_free (string);



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