aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2005-01-26 22:28:17 +0800
committerJP Rosevear <jpr@src.gnome.org>2005-01-26 22:28:17 +0800
commit365d63f45a66e043ca6948b0003102f8e1336c6a (patch)
tree5a6059efbe9517be446a655496dd8da56f4702cf /widgets
parente48ba0acde95b962a5c228c6b545892daaea851e (diff)
downloadgsoc2013-evolution-365d63f45a66e043ca6948b0003102f8e1336c6a.tar.gz
gsoc2013-evolution-365d63f45a66e043ca6948b0003102f8e1336c6a.tar.zst
gsoc2013-evolution-365d63f45a66e043ca6948b0003102f8e1336c6a.zip
Fixes #38195
2005-01-26 JP Rosevear <jpr@novell.com> Fixes #38195 * e-cell-combo.c (e_cell_combo_set_popdown_strings): don't convert to the locale for gtk widgets now svn path=/trunk/; revision=28563
Diffstat (limited to 'widgets')
-rw-r--r--widgets/table/e-cell-combo.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/widgets/table/e-cell-combo.c b/widgets/table/e-cell-combo.c
index 1d7061e7dc..5b66fba28e 100644
--- a/widgets/table/e-cell-combo.c
+++ b/widgets/table/e-cell-combo.c
@@ -239,13 +239,7 @@ e_cell_combo_set_popdown_strings (ECellCombo *ecc,
while (elem) {
char *utf8_text = elem->data;
- /* We store a copy of the UTF-8 text as data inside the
- listitem, but convert it to the current locale to go in
- the listitem widget. */
- char *locale_text = e_utf8_to_locale_string (utf8_text);
-
- listitem = gtk_list_item_new_with_label (locale_text);
- g_free (locale_text);
+ listitem = gtk_list_item_new_with_label (utf8_text);
gtk_widget_show (listitem);
gtk_container_add (GTK_CONTAINER (ecc->popup_list), listitem);
-textproc/p5-Term-QRCode/Makefile4
1 files changed, 2 insertions, 2 deletions
class='commitgraph'>* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Adopt orphan ports in ftp category.beech2008-01-241-1/+1
* - Fix plistmiwi2007-10-241-0/+1
* - Update to 0.4miwi2007-10-175-58/+53
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-2/+1
* Remove USE_REINPLACE from all categories starting with Fedwin2006-05-071-1/+0
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* - Update to 0.3pav2005-11-264-21/+56
* - Add SHA256pav2005-11-251-0/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
* - Update to version 0.2.2.flz2005-04-043-19/+31
* - Readd gnomeprefix and add USE_X_PREFIX since there is gnome stuff in plistahze2005-03-171-1/+2
* - Remove gnomeprefix to fix plistahze2005-03-171-1/+1
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1