evolution-data-server r9952 - branches/gnome-2-24/camel



Author: msuman
Date: Mon Jan 19 07:06:16 2009
New Revision: 9952
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9952&view=rev

Log:
Srinivasa Ragavan  <sragavan novell com> - Fix a compiler warning.

Modified:
   branches/gnome-2-24/camel/ChangeLog
   branches/gnome-2-24/camel/camel-folder-summary.c

Modified: branches/gnome-2-24/camel/camel-folder-summary.c
==============================================================================
--- branches/gnome-2-24/camel/camel-folder-summary.c	(original)
+++ branches/gnome-2-24/camel/camel-folder-summary.c	Mon Jan 19 07:06:16 2009
@@ -4650,7 +4650,7 @@
 			mi->summary->visible_count -= junk ? junk : deleted;
 	}
 	if (mi->uid)
-		g_hash_table_replace (_PRIVATE(mi->summary)->flag_cache, mi->uid, mi->flags);
+		g_hash_table_replace (_PRIVATE(mi->summary)->flag_cache, (char *)mi->uid, GUINT_TO_POINTER(mi->flags));
 	if (mi->summary && mi->summary->folder && mi->uid) {
 		CamelFolderChangeInfo *changes = camel_folder_change_info_new();
 



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