evolution r37184 - branches/gnome-2-24/mail



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

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

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


Modified:
   branches/gnome-2-24/mail/ChangeLog
   branches/gnome-2-24/mail/message-list.c

Modified: branches/gnome-2-24/mail/message-list.c
==============================================================================
--- branches/gnome-2-24/mail/message-list.c	(original)
+++ branches/gnome-2-24/mail/message-list.c	Fri Jan 30 04:56:05 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>
 
@@ -4001,7 +4002,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]