aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h
index 3624e40073..e927932d13 100644
--- a/addressbook/gui/component/select-names/e-select-names.h
+++ b/addressbook/gui/component/select-names/e-select-names.h
@@ -26,15 +26,14 @@
#include <glade/glade.h>
#include <gal/e-table/e-table.h>
#include <gal/e-table/e-table-scrolled.h>
+#include <libedataserver/e-source-list.h>
+#include <widgets/misc/e-source-option-menu.h>
#include "e-addressbook-model.h"
#include "e-select-names-model.h"
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif /* __cplusplus */
+G_BEGIN_DECLS
/* ESelectNames - A dialog displaying information about a contact.
*
@@ -58,6 +57,8 @@ struct _ESelectNames
{
GtkDialog parent;
+ ESourceList *source_list;
+
/* item specific fields */
GladeXML *gui;
@@ -95,9 +96,6 @@ void e_select_names_add_section (ESelectNames *e_select_names,
void e_select_names_set_default (ESelectNames *e_select_names,
const char *id);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __E_SELECT_NAMES_H__ */