From 323c4f2062fce5c4d12210bfdf013ec3b058d6df Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 4 Jul 2000 00:32:40 +0000 Subject: Fixed more compile errors. 2000-07-03 Christopher James Lahey * gui/component/select-names/e-select-names-manager.c, gui/component/select-names/e-select-names-text-model.c, gui/component/select-names/e-select-names.c: Fixed more compile errors. svn path=/trunk/; revision=3878 --- addressbook/gui/component/select-names/e-select-names-text-model.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/component/select-names/e-select-names-text-model.c') 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 98d0f153c2..db273796f3 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 @@ -114,7 +114,9 @@ e_select_names_text_model_class_init (ESelectNamesTextModelClass *klass) static void e_select_names_text_model_set_text (ETextModel *model, gchar *text) { +#if 0 e_select_names_model_clear(model); +#endif } static void -- cgit v1.2.3