aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h
index b27790d32a..de1e657622 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.h
+++ b/addressbook/gui/contact-editor/e-contact-editor.h
@@ -76,7 +76,7 @@ struct _EContactEditor
/* Whether we are editing a new contact or an existing one */
guint is_new_contact : 1;
- /* Whether the image chooser widget has been changed. */
+ /* Whether an image is associated with a contact. */
guint image_set : 1;
/* Whether the contact has been changed since bringing up the contact editor */
@@ -88,6 +88,9 @@ struct _EContactEditor
/* Whether an async wombat call is in progress */
guint in_async_call : 1;
+ /* Whether an image is changed */
+ guint image_changed : 1;
+
EList *writable_fields;
EList *required_fields;