evolution r37183 - trunk/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37183 - trunk/mail
- Date: Fri, 30 Jan 2009 04:54:41 +0000 (UTC)
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]