aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor-fullname.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor-fullname.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-fullname.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-fullname.h b/addressbook/gui/contact-editor/e-contact-editor-fullname.h
index bde6733976..b9138da324 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-fullname.h
+++ b/addressbook/gui/contact-editor/e-contact-editor-fullname.h
@@ -56,6 +56,9 @@ struct _EContactEditorFullname
/* item specific fields */
ECardName *name;
GladeXML *gui;
+
+ /* Whether the dialog will accept modifications */
+ guint is_read_only : 1;
};
struct _EContactEditorFullnameClass