diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-18 05:49:15 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-03-18 05:49:15 +0800 |
commit | 098f74dc564443ca659479717cf2f9d16c192bdf (patch) | |
tree | 86c567289e6f096a41364713b9b1ad99810e064f /addressbook/gui/contact-editor/e-contact-editor.h | |
parent | cfb0956997a0ee323b8c1a61f3900cb25e6143d5 (diff) | |
download | gsoc2013-evolution-098f74dc564443ca659479717cf2f9d16c192bdf.tar.gz gsoc2013-evolution-098f74dc564443ca659479717cf2f9d16c192bdf.tar.zst gsoc2013-evolution-098f74dc564443ca659479717cf2f9d16c192bdf.zip |
Compress new contact dialog (first page) a little; more to come.
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h index 5079f1a0ee..b41324c270 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -84,6 +84,9 @@ struct _EContactEditor /* Whether an image is changed */ guint image_changed : 1; + /* Whether to try to reduce space used */ + guint compress_ui : 1; + EList *writable_fields; EList *required_fields; |