evolution r37183 - trunk/mail



Author: sragavan
Date: Fri Jan 30 04:54:41 2009
New Revision: 37183
URL: http://svn.gnome.org/viewvc/evolution?rev=37183&view=rev

Log:
2009-01-30  Srinivasa Ragavan  <sragavan novell com>

	* message-list.c: (regen_list_exec): Fix compiler warnings


Modified:
   trunk/mail/ChangeLog
   trunk/mail/message-list.c

Modified: trunk/mail/message-list.c
==============================================================================
--- trunk/mail/message-list.c	(original)
+++ trunk/mail/message-list.c	Fri Jan 30 04:54:41 2009
@@ -42,6 +42,7 @@
 #include <camel/camel-folder-thread.h>
 #include <camel/camel-folder-summary.h>
 #include <camel/camel-vee-folder.h>
+#include <camel/camel-string-utils.h>
 
 #include <libedataserver/e-memory.h>
 
@@ -4061,7 +4062,7 @@
 				   on the flag whether we can view deleted messages or not. */
 
 				if (!was_deleted || (was_deleted && !m->hidedel))
-					g_ptr_array_add (uids, camel_pstring_strdup (looking_for));
+					g_ptr_array_add (uids, (gpointer) camel_pstring_strdup (looking_for));
 			}
 		}
 	}



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