aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-utils.c
diff options
context:
space:
mode:
authorDmitry Mastrukov <dmitry@taurussoft.org>2003-03-05 06:09:44 +0800
committerMike Kestner <mkestner@src.gnome.org>2003-03-05 06:09:44 +0800
commit63aef14c027c66d5804af335cd112439395496c7 (patch)
treef092c746035e83a621c47b958e5206e67c8388da /widgets/table/e-table-utils.c
parentfbf56b4c56143ef9487e5e454d906e83fe2ef4a2 (diff)
downloadgsoc2013-evolution-63aef14c027c66d5804af335cd112439395496c7.tar
gsoc2013-evolution-63aef14c027c66d5804af335cd112439395496c7.tar.gz
gsoc2013-evolution-63aef14c027c66d5804af335cd112439395496c7.tar.bz2
gsoc2013-evolution-63aef14c027c66d5804af335cd112439395496c7.tar.lz
gsoc2013-evolution-63aef14c027c66d5804af335cd112439395496c7.tar.xz
gsoc2013-evolution-63aef14c027c66d5804af335cd112439395496c7.tar.zst
gsoc2013-evolution-63aef14c027c66d5804af335cd112439395496c7.zip
i18n fix
2003-03-04 Dmitry Mastrukov <dmitry@taurussoft.org> * gal/widgets/e-unicode.c : i18n fix 2003-03-04 Dmitry Mastrukov <dmitry@taurussoft.org> * 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 <mkestner@ximian.com> * e-tree-selection-model.c : some cursor fixes svn path=/trunk/; revision=20156
Diffstat (limited to 'widgets/table/e-table-utils.c')
-rw-r--r--widgets/table/e-table-utils.c2
1 files changed, 1 insertions, 1 deletions
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;