aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.h
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-06-03 17:51:38 +0800
committerMilan Crha <mcrha@redhat.com>2011-06-03 17:51:38 +0800
commitb2b6ba119f5e782bc55b4b39290a23edf19b9a4d (patch)
tree3a7b661cf29afe5a26fb10c4d8cd84aec1570f22 /addressbook/gui/contact-editor/e-contact-editor.h
parent00b88396f479d7d9c2f9714421a0b152f157bbc0 (diff)
downloadgsoc2013-evolution-b2b6ba119f5e782bc55b4b39290a23edf19b9a4d.tar
gsoc2013-evolution-b2b6ba119f5e782bc55b4b39290a23edf19b9a4d.tar.gz
gsoc2013-evolution-b2b6ba119f5e782bc55b4b39290a23edf19b9a4d.tar.bz2
gsoc2013-evolution-b2b6ba119f5e782bc55b4b39290a23edf19b9a4d.tar.lz
gsoc2013-evolution-b2b6ba119f5e782bc55b4b39290a23edf19b9a4d.tar.xz
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.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 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;