aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-manager.c1
-rw-r--r--addressbook/gui/component/select-names/e-select-names-text-model.c2
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c4
3 files changed, 4 insertions, 3 deletions
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);