From e4d1b4403780f992291a33b5621e953d3e50455d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 31 Oct 2008 16:59:41 +0000 Subject: Fix a crash when selecting "Forward as iCalendar". 2008-10-31 Matthew Barnes * calendar/gui/itip-utils.c (itip_send_comp): Fix a crash when selecting "Forward as iCalendar". svn path=/trunk/; revision=36708 --- calendar/ChangeLog | 5 +++++ calendar/gui/itip-utils.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3819751320..c3e0711459 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2008-10-31 Matthew Barnes + + * gui/itip-utils.c (itip_send_comp): + Fix a crash when selecting "Forward as iCalendar". + 2008-10-30 Matthew Barnes * gui/control-factory.c: diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index e72490f443..5a954b5ff9 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -1207,7 +1207,7 @@ itip_send_comp (ECalComponentItipMethod method, ECalComponent *send_comp, 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); -- cgit v1.2.3