diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-text-model.c')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-text-model.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-text-model.c b/addressbook/gui/component/select-names/e-select-names-text-model.c index 7fa7b87892..71934c46dc 100644 --- a/addressbook/gui/component/select-names/e-select-names-text-model.c +++ b/addressbook/gui/component/select-names/e-select-names-text-model.c @@ -84,6 +84,7 @@ e_select_names_text_model_new (ESelectNamesModel *source) gtk_object_set(GTK_OBJECT(model), "source", source, NULL); + e_select_names_text_model_model_changed (source, E_SELECT_NAMES_TEXT_MODEL(model)); return model; } |