From dda5c3a2707cc70cb53fadce937c34b19720c882 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Sun, 18 May 2003 13:46:44 +0000 Subject: the title is already in UTF-8 2003-05-16 JP Rosevear * gui/dialogs/comp-editor.c (make_title_from_comp): the title is already in UTF-8 svn path=/trunk/; revision=21235 --- calendar/ChangeLog | 5 +++++ calendar/gui/dialogs/comp-editor.c | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'calendar') 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 + + * gui/dialogs/comp-editor.c (make_title_from_comp): the title is + already in UTF-8 + 2003-05-16 Rodrigo Moya 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 * -- cgit v1.2.3