diff options
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor-fullname.h')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-fullname.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-fullname.h b/addressbook/gui/contact-editor/e-contact-editor-fullname.h index 70bb793d0a..3a27551910 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-fullname.h +++ b/addressbook/gui/contact-editor/e-contact-editor-fullname.h @@ -58,7 +58,7 @@ struct _EContactEditorFullname GladeXML *gui; /* Whether the dialog will accept modifications */ - guint is_read_only : 1; + guint editable : 1; }; struct _EContactEditorFullnameClass |