evolution r36707 - in branches/gnome-2-24/calendar: . gui



Author: mbarnes
Date: Fri Oct 31 16:59:00 2008
New Revision: 36707
URL: http://svn.gnome.org/viewvc/evolution?rev=36707&view=rev

Log:
2008-10-31  Matthew Barnes  <mbarnes redhat com>

	* calendar/gui/itip-utils.c (itip_send_comp):
	Fix a crash when selecting "Forward as iCalendar".



Modified:
   branches/gnome-2-24/calendar/ChangeLog
   branches/gnome-2-24/calendar/gui/itip-utils.c

Modified: branches/gnome-2-24/calendar/gui/itip-utils.c
==============================================================================
--- branches/gnome-2-24/calendar/gui/itip-utils.c	(original)
+++ branches/gnome-2-24/calendar/gui/itip-utils.c	Fri Oct 31 16:59:00 2008
@@ -1207,7 +1207,7 @@
 		description = comp_description (comp);
 
 		body = camel_text_to_html (
-			body, CAMEL_MIME_FILTER_TOHTML_PRE, 0);
+			description, CAMEL_MIME_FILTER_TOHTML_PRE, 0);
 		e_msg_composer_set_body_text (composer, body, -1);
 		g_free (body);
 



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