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-03-18 05:49:15 +0800
commit098f74dc564443ca659479717cf2f9d16c192bdf (patch)
tree86c567289e6f096a41364713b9b1ad99810e064f /addressbook/gui/contact-editor/e-contact-editor.h
parentcfb0956997a0ee323b8c1a61f3900cb25e6143d5 (diff)
downloadgsoc2013-evolution-098f74dc564443ca659479717cf2f9d16c192bdf.tar
gsoc2013-evolution-098f74dc564443ca659479717cf2f9d16c192bdf.tar.gz
gsoc2013-evolution-098f74dc564443ca659479717cf2f9d16c192bdf.tar.bz2
gsoc2013-evolution-098f74dc564443ca659479717cf2f9d16c192bdf.tar.lz
gsoc2013-evolution-098f74dc564443ca659479717cf2f9d16c192bdf.tar.xz
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.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;