From 63aef14c027c66d5804af335cd112439395496c7 Mon Sep 17 00:00:00 2001 From: Dmitry Mastrukov Date: Tue, 4 Mar 2003 22:09:44 +0000 Subject: i18n fix 2003-03-04 Dmitry Mastrukov * gal/widgets/e-unicode.c : i18n fix 2003-03-04 Dmitry Mastrukov * e-cell-date.c (ecd_get_text): i18n fix * e-table.c (et_real_construct): i18n fix * e-table-config.c (create_global_store): i18n fix * e-table-utils.c (et_col_spec_to_col): i18n fix 2003-03-04 Mike Kestner * e-tree-selection-model.c : some cursor fixes svn path=/trunk/; revision=20156 --- widgets/table/e-table-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/table/e-table-utils.c') diff --git a/widgets/table/e-table-utils.c b/widgets/table/e-table-utils.c index 579ba25dc9..76427ae464 100644 --- a/widgets/table/e-table-utils.c +++ b/widgets/table/e-table-utils.c @@ -88,7 +88,7 @@ et_col_spec_to_col (ETableColumnSpecification *col_spec, if (cell && compare) { char *title = dgettext (domain, col_spec->title); - title = e_utf8_from_locale_string (title); + title = g_strdup (title); if (col_spec->pixbuf && *col_spec->pixbuf) { GdkPixbuf *pixbuf; -- cgit v1.2.3