summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-ad
blob: 3736f4aacf45c464b1d338c95c56e4021e662647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.8 2005/08/24 10:59:12 adrianp Exp $

--- calendar/gui/e-cal-component-preview.c.orig	2005-01-04 18:48:56.000000000 +0000
+++ calendar/gui/e-cal-component-preview.c
@@ -284,7 +284,7 @@ write_html (GtkHTMLStream *stream, ECal 
 					str = g_string_append_c (str, text.value[i]);
 			}
 
-			gtk_html_stream_printf (stream, str->str);
+			gtk_html_stream_printf (stream, "%s", str->str);
 			g_string_free (str, TRUE);
 		}