diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-06-03 17:51:38 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-06-03 17:51:38 +0800 |
commit | b2b6ba119f5e782bc55b4b39290a23edf19b9a4d (patch) | |
tree | 3a7b661cf29afe5a26fb10c4d8cd84aec1570f22 /addressbook/gui/contact-editor/e-contact-editor.h | |
parent | 00b88396f479d7d9c2f9714421a0b152f157bbc0 (diff) | |
download | gsoc2013-evolution-b2b6ba119f5e782bc55b4b39290a23edf19b9a4d.tar.gz gsoc2013-evolution-b2b6ba119f5e782bc55b4b39290a23edf19b9a4d.tar.zst gsoc2013-evolution-b2b6ba119f5e782bc55b4b39290a23edf19b9a4d.zip |
Bug #332907 - Contact editor duplication alert misleading
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 81b39d1e85..2f00a12f67 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -75,6 +75,9 @@ struct _EContactEditor /* Whether the contact has been changed since bringing up the contact editor */ guint changed : 1; + /* Wheter should check for contact to merge. Only when name or email are changed */ + guint check_merge : 1; + /* Whether the contact editor will accept modifications, save */ guint target_editable : 1; |