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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/table/e-table-utils.c b/widgets/table/e-table-utils.c
index eb36323d70..c0e51e5bec 100644
--- a/widgets/table/e-table-utils.c
+++ b/widgets/table/e-table-utils.c
@@ -112,6 +112,10 @@ et_col_spec_to_col (ETableColumnSpecification *col_spec,
g_free (title);
}
+ if (col && col_spec->compare_col != col_spec->model_col)
+ gtk_object_set (GTK_OBJECT (col),
+ "compare_col", col_spec->compare_col,
+ NULL);
return col;
}