[evolution-patches] UTF-8 Patch




-JP
-- 
JP Rosevear <jpr ximian com>
Ximian, Inc.
? utf8-title.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1769
diff -u -r1.1769 ChangeLog
--- ChangeLog	16 May 2003 14:57:14 -0000	1.1769
+++ ChangeLog	17 May 2003 00:27:47 -0000
@@ -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-15  JP Rosevear  <jpr ximian com>
  
  	* gui/dialogs/comp-editor.c (comp_editor_finalize): unref the
Index: gui/dialogs/comp-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/comp-editor.c,v
retrieving revision 1.76
diff -u -r1.76 comp-editor.c
--- gui/dialogs/comp-editor.c	16 May 2003 14:57:15 -0000	1.76
+++ gui/dialogs/comp-editor.c	17 May 2003 00:27:50 -0000
@@ -815,10 +815,7 @@
 		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 *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]