evolution r36708 - in trunk/calendar: . gui
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36708 - in trunk/calendar: . gui
- Date: Fri, 31 Oct 2008 16:59:41 +0000 (UTC)
Author: mbarnes
Date: Fri Oct 31 16:59:41 2008
New Revision: 36708
URL: http://svn.gnome.org/viewvc/evolution?rev=36708&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:
trunk/calendar/ChangeLog
trunk/calendar/gui/itip-utils.c
Modified: trunk/calendar/gui/itip-utils.c
==============================================================================
--- trunk/calendar/gui/itip-utils.c (original)
+++ trunk/calendar/gui/itip-utils.c Fri Oct 31 16:59:41 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]