diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.h')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h index e67f64b70b..3624e40073 100644 --- a/addressbook/gui/component/select-names/e-select-names.h +++ b/addressbook/gui/component/select-names/e-select-names.h @@ -27,7 +27,6 @@ #include <gal/e-table/e-table.h> #include <gal/e-table/e-table-scrolled.h> -#include "evolution-shell-client.h" #include "e-addressbook-model.h" #include "e-select-names-model.h" @@ -85,9 +84,10 @@ struct _ESelectNamesClass }; -GtkWidget *e_select_names_new (EvolutionShellClient *shell_client); GType e_select_names_get_type (void); +GtkWidget *e_select_names_new (void); + void e_select_names_add_section (ESelectNames *e_select_names, const char *name, const char *id, |