[gnome-cyr] [Bug 6621] Changed - the non-ascii chars in user's email (name part of course) get converted to underscores in the From: dropdown list in 'compose message mode'



Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by danw ximian com 

http://bugzilla.ximian.com/show_bug.cgi?id=6621

--- shadow/6621	Tue Aug  7 16:35:07 2001
+++ shadow/6621.tmp.32391	Tue Aug  7 16:37:16 2001
@@ -44,6 +44,13 @@
 label = g_strdup_printf ("%s <%s>", account->id->name,
 account->id->address);
 
 native_label = e_utf8_to_gtk_string (GTK_WIDGET (menu), label);
 item = gtk_menu_item_new_with_label (native_label);
 
+
+------- Additional Comments From danw ximian com  2001-08-07 16:37 -------
+This could happen if you set the locale to one thing when creating
+the account, and then set it to something else later (in which
+case the name could have characters that don't exist in the new
+locale, in which case gtk 1.2.x won't be able to display them).
+Not sure if that's what happened here...




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