diff options
Diffstat (limited to 'addressbook')
4 files changed, 11 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ed66f26afa..22bf73dcab 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2000-07-03 Christopher James Lahey <clahey@helixcode.com> + * 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 <clahey@helixcode.com> + * gui/component/select-names/Makefile.am: Fixed compile error. 2000-07-03 Christopher James Lahey <clahey@helixcode.com> 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 <gtk/gtk.h> #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 <e-table-simple.h> #include <e-table.h> #include <e-cell-text.h> -#include <addressbook/gui/component/model/e-addressbook-model.h> -#include <addressbook/gui/component/model/e-cardlist-model.h> +#include <addressbook/gui/component/e-addressbook-model.h> +#include <addressbook/gui/component/e-cardlist-model.h> #include <addressbook/backend/ebook/e-book.h> static void e_select_names_init (ESelectNames *card); |