aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-utils.c
diff options
context:
space:
mode:
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;