evolution r35676 - branches/gnome-2-22/mail



Author: pohly
Date: Sun Jun 22 11:43:11 2008
New Revision: 35676
URL: http://svn.gnome.org/viewvc/evolution?rev=35676&view=rev

Log:
Fix for bug #539268 accidentally removed a local variable which is still needed. Added "text" variable again.


Modified:
   branches/gnome-2-22/mail/em-format.c

Modified: branches/gnome-2-22/mail/em-format.c
==============================================================================
--- branches/gnome-2-22/mail/em-format.c	(original)
+++ branches/gnome-2-22/mail/em-format.c	Sun Jun 22 11:43:11 2008
@@ -1149,6 +1149,7 @@
 em_format_describe_part(CamelMimePart *part, const char *mime_type)
 {
 	GString *stext;
+	const char *text;
 	const char *filename, *description;
 	char *out;
 



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