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/ChangeLog | 7 +++++++ addressbook/gui/component/select-names/e-select-names-manager.c | 1 - addressbook/gui/component/select-names/e-select-names-text-model.c | 2 ++ addressbook/gui/component/select-names/e-select-names.c | 4 ++-- 4 files changed, 11 insertions(+), 3 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ed66f26afa..22bf73dcab 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +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. + 2000-07-03 Christopher James Lahey * gui/component/select-names/Makefile.am: Fixed compile error. diff --git a/addressbook/gui/component/select-names/e-select-names-manager.c b/addressbook/gui/component/select-names/e-select-names-manager.c index 01b94057d6..ac59787932 100644 --- a/addressbook/gui/component/select-names/e-select-names-manager.c +++ b/addressbook/gui/component/select-names/e-select-names-manager.c @@ -13,7 +13,6 @@ #include #include "e-select-names-manager.h" -#include "e-select-names-entry.h" #include "e-select-names-model.h" #include "e-select-names-text-model.h" #include "widgets/e-text/e-entry.h" 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 diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index a17dd410d3..c5791bb9bd 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -25,8 +25,8 @@ #include #include #include -#include -#include +#include +#include #include static void e_select_names_init (ESelectNames *card); -- cgit v1.2.3