diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-04 08:32:40 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-04 08:32:40 +0800 |
commit | 323c4f2062fce5c4d12210bfdf013ec3b058d6df (patch) | |
tree | a817bf44fdfeefee4ffa97bba67ac24ba6f7dd38 /addressbook/gui/component/select-names/e-select-names.c | |
parent | fe9ab058bf0f20634d0e576dd7851d3a6fafa76a (diff) | |
download | gsoc2013-evolution-323c4f2062fce5c4d12210bfdf013ec3b058d6df.tar.gz gsoc2013-evolution-323c4f2062fce5c4d12210bfdf013ec3b058d6df.tar.zst gsoc2013-evolution-323c4f2062fce5c4d12210bfdf013ec3b058d6df.zip |
Fixed more compile errors.
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.
svn path=/trunk/; revision=3878
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.c')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |