aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor-address.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor-address.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-address.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-address.h b/addressbook/gui/contact-editor/e-contact-editor-address.h
index a74e1bd967..95fe8bf865 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-address.h
+++ b/addressbook/gui/contact-editor/e-contact-editor-address.h
@@ -55,6 +55,9 @@ struct _EContactEditorAddress
/* item specific fields */
ECardDeliveryAddress *address;
+
+ guint is_read_only : 1;
+
GladeXML *gui;
};