aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/dialogs/comp-editor.c5
2 files changed, 6 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 0a29876785..12793b0f39 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-16 JP Rosevear <jpr@ximian.com>
+
+ * gui/dialogs/comp-editor.c (make_title_from_comp): the title is
+ already in UTF-8
+
2003-05-16 Rodrigo Moya <rodrigo@ximian.com>
Fixes #42220
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 7a462c9a1f..8186fa95ab 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -815,10 +815,7 @@ make_title_from_comp (CalComponent *comp)
title = g_strdup_printf (type_string, _("No summary"));
}
- title_utf8 = g_locale_to_utf8 (title, -1, NULL, NULL, NULL);
- g_free (title);
-
- return title_utf8;
+ return title;
}
static const char *