[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 fejj ximian com 

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

--- shadow/6621	Tue Aug  7 16:31:34 2001
+++ shadow/6621.tmp.30933	Tue Aug  7 16:35:07 2001
@@ -32,6 +32,18 @@
 convert the config db value back to locale when setting it in the
 account editor entry box.
 
 I'm pretty sure we also convert it from utf8 to locale when setting it
 on the composer From dropdown too, I'll check that code next.
 
+
+------- Additional Comments From fejj ximian com  2001-08-07 16:35 -------
+yep, we're also converting the config db values (which are stored in
+utf8) to locale values in the composer for the From dropdown... here's
+the code:
+
+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);
+




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