From 5172227bb59db4afdafc02e6249a199d1d8a4595 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 2 Oct 2009 08:39:25 -0400 Subject: Bug 597108 - E_CONFIG_SECTION headers not properly escaped --- e-util/e-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util') diff --git a/e-util/e-config.c b/e-util/e-config.c index 1c21098827..9d2a407546 100644 --- a/e-util/e-config.c +++ b/e-util/e-config.c @@ -768,7 +768,7 @@ ec_rebuild (EConfig *emp) } if (translated_label != NULL) { - gchar *txt = g_strdup_printf("%s", translated_label); + gchar *txt = g_markup_printf_escaped("%s", translated_label); label = g_object_new(gtk_label_get_type(), "label", txt, -- cgit v1.2.3