From ced5bef58a54e80ea522ca05d50a7831c7baff12 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 17 Mar 2010 21:49:15 +0000 Subject: Compress new contact dialog (first page) a little; more to come. --- addressbook/gui/contact-editor/e-contact-editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addressbook/gui/contact-editor/e-contact-editor.h') 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; -- cgit v1.2.3