aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-editor.h')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.h b/addressbook/gui/contact-list-editor/e-contact-list-editor.h
index 3272cf39f0..601cb23fe2 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.h
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.h
@@ -49,6 +49,7 @@ struct _EContactListEditor
/* item specific fields */
EBook *book;
+
EContact *contact;
/* UI handler */
@@ -66,6 +67,7 @@ struct _EContactListEditor
GtkWidget *list_image_button;
GtkWidget *visible_addrs_checkbutton;
GtkWidget *list_image;
+ GtkWidget *source_menu;
/* Whether we are editing a new contact or an existing one */
guint is_new_list : 1;
@@ -81,6 +83,10 @@ struct _EContactListEditor
/* Whether an async wombat call is in progress */
guint in_async_call : 1;
+
+ /* ID for async load_source call */
+ guint load_source_id;
+ EBook *load_book;
};
struct _EContactListEditorClass