aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-07-14 13:51:13 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-07-14 13:51:13 +0800
commitbdb9837517ec842f97e839733a5b8b332081f5b7 (patch)
treeb2fe7d136c91f9d79f93ad7227ac503c73acac65 /addressbook/gui/contact-editor/e-contact-editor.h
parentb5bff5c072a009e81447c2db2491bdfcb5855dca (diff)
downloadgsoc2013-evolution-bdb9837517ec842f97e839733a5b8b332081f5b7.tar
gsoc2013-evolution-bdb9837517ec842f97e839733a5b8b332081f5b7.tar.gz
gsoc2013-evolution-bdb9837517ec842f97e839733a5b8b332081f5b7.tar.bz2
gsoc2013-evolution-bdb9837517ec842f97e839733a5b8b332081f5b7.tar.lz
gsoc2013-evolution-bdb9837517ec842f97e839733a5b8b332081f5b7.tar.xz
gsoc2013-evolution-bdb9837517ec842f97e839733a5b8b332081f5b7.tar.zst
gsoc2013-evolution-bdb9837517ec842f97e839733a5b8b332081f5b7.zip
Fix for bug 332909
svn path=/trunk/; revision=32308
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;