aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.h
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-03-18 05:49:15 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-04-07 18:47:48 +0800
commitced5bef58a54e80ea522ca05d50a7831c7baff12 (patch)
treef692903d8913645218c4c2468c7e141fac55aebf /addressbook/gui/contact-editor/e-contact-editor.h
parent2fde37ef3068e9b3f77774c29b1f391b9efbbe3a (diff)
downloadgsoc2013-evolution-ced5bef58a54e80ea522ca05d50a7831c7baff12.tar
gsoc2013-evolution-ced5bef58a54e80ea522ca05d50a7831c7baff12.tar.gz
gsoc2013-evolution-ced5bef58a54e80ea522ca05d50a7831c7baff12.tar.bz2
gsoc2013-evolution-ced5bef58a54e80ea522ca05d50a7831c7baff12.tar.lz
gsoc2013-evolution-ced5bef58a54e80ea522ca05d50a7831c7baff12.tar.xz
gsoc2013-evolution-ced5bef58a54e80ea522ca05d50a7831c7baff12.tar.zst
gsoc2013-evolution-ced5bef58a54e80ea522ca05d50a7831c7baff12.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.h3
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;