From cf61f7c4dd6f445be551bea4b55e7902edf4a816 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 7 Jul 2000 18:37:43 +0000 Subject: Make the entry widgets we create editable. 2000-07-07 Christopher James Lahey * gui/component/select-names/e-select-names-manager.c: Make the entry widgets we create editable. * gui/component/select-names/e-select-names-model.c: Use e_strsplit instead of g_strsplit. Fixed an off by 1 error. * gui/component/select-names/e-select-names-table-model.c: When the model changes, send a model changed signal. * gui/component/select-names/e-select-names-text-model.c: Made changing this work correctly if it's empty. Made change signals propagate properly. Is a bit better about freeing iterators when done. * gui/component/select-names/e-select-names.c: Made the finished lists be in order instead of being sorted. svn path=/trunk/; revision=3955 --- addressbook/gui/component/select-names/e-select-names-table-model.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/component/select-names/e-select-names-table-model.c') diff --git a/addressbook/gui/component/select-names/e-select-names-table-model.c b/addressbook/gui/component/select-names/e-select-names-table-model.c index 2109eea0a0..b6e13bf81b 100644 --- a/addressbook/gui/component/select-names/e-select-names-table-model.c +++ b/addressbook/gui/component/select-names/e-select-names-table-model.c @@ -263,6 +263,7 @@ e_select_names_table_model_model_changed (ESelectNamesModel *source, ESelectNamesTableModel *model) { clear_info(model); + e_table_model_changed(E_TABLE_MODEL(model)); } /* Set_arg handler for the model */ -- cgit v1.2.3