evolution r35801 - trunk/mail



Author: abharath
Date: Mon Jul 21 10:44:59 2008
New Revision: 35801
URL: http://svn.gnome.org/viewvc/evolution?rev=35801&view=rev

Log:
2008-07-21  Bharath Acharya  <abharath novell com>

        Fixed some compiler warnings for Templates specific hunk.

        * em-composer-utils.c: (edit_message):


Modified:
   trunk/mail/ChangeLog
   trunk/mail/em-composer-utils.c

Modified: trunk/mail/em-composer-utils.c
==============================================================================
--- trunk/mail/em-composer-utils.c	(original)
+++ trunk/mail/em-composer-utils.c	Mon Jul 21 10:44:59 2008
@@ -823,8 +823,7 @@
 		CamelMimePart *part;
 		int count1 = 0, string_changed = 0;
 
-		char *str, *convert_str = NULL;
-		gsize bytes_read, bytes_written;
+		char *str;
 		gint count = 2;
 
 		content = camel_medium_get_content_object ((CamelMedium *) message);
@@ -865,7 +864,7 @@
 
 				gconf = gconf_client_get_default ();
 
-				while (*end && !isspace (*end) && (*end != '"'))
+				while (*end && !g_unichar_isspace (*end) && (*end != '"'))
 					end++;
 
 				out = g_strndup ((const gchar *) cur, end - cur);



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