evolution-data-server r9375 - trunk/camel/providers/local



Author: sragavan
Date: Mon Aug 18 09:29:16 2008
New Revision: 9375
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9375&view=rev

Log:
2008-08-18  Srinivasa Ragavan  <sragavan novell com>

	* camel/providers/local/camel-mbox-summary.c: Continue, if the summary
	isn't loaded.


Modified:
   trunk/camel/providers/local/ChangeLog
   trunk/camel/providers/local/camel-mbox-summary.c

Modified: trunk/camel/providers/local/camel-mbox-summary.c
==============================================================================
--- trunk/camel/providers/local/camel-mbox-summary.c	(original)
+++ trunk/camel/providers/local/camel-mbox-summary.c	Mon Aug 18 09:29:16 2008
@@ -1041,7 +1041,8 @@
 
 		info = (CamelMboxMessageInfo *)camel_folder_summary_index(s, i);
 
-		g_assert(info);
+		if (!info)
+			continue;
 
 		d(printf("Looking at message %s\n", camel_message_info_uid(info)));
 



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