diff options
Diffstat (limited to 'addressbook/contact-editor/e-contact-editor-address.h')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor-address.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/contact-editor/e-contact-editor-address.h b/addressbook/contact-editor/e-contact-editor-address.h index a74e1bd967..95fe8bf865 100644 --- a/addressbook/contact-editor/e-contact-editor-address.h +++ b/addressbook/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; }; |