aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c
index f6960c4e7e..a1286566bc 100644
--- a/addressbook/gui/component/select-names/e-select-names.c
+++ b/addressbook/gui/component/select-names/e-select-names.c
@@ -90,7 +90,7 @@ e_select_names_class_init (ESelectNamesClass *klass)
#define SPEC "<ETableSpecification no-headers=\"true\"> \
<ETableColumn model_col= \"34\" _title=\"Name\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \
<ETableState> \
- <column> 0 </column> \
+ <column source=\"0\"/> \
<grouping> <leaf column=\"1\" ascending=\"1\"/> </grouping> \
</ETableState> \
</ETableSpecification>"
@@ -98,7 +98,7 @@ e_select_names_class_init (ESelectNamesClass *klass)
#define SPEC2 "<ETableSpecification no-headers=\"true\"> \
<ETableColumn model_col= \"0\" _title=\"Name\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \
<ETableState> \
- <column> 0 </column> \
+ <column source=\"0\"/> \
<grouping> </grouping> \
</ETableState> \
</ETableSpecification>"