aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-model.h
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-06-29 21:30:38 +0800
committerMilan Crha <mcrha@redhat.com>2011-06-29 21:30:38 +0800
commit5c164275ac5835266ef26d1c9960510c5cc5d555 (patch)
tree23d128b68b86e7469de60b0da9b05fe9af64c455 /addressbook/gui/contact-list-editor/e-contact-list-model.h
parent3fbb69cbcb1e0020590d3f55d70ca371af4bca6d (diff)
downloadgsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar.gz
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar.bz2
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar.lz
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar.xz
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.tar.zst
gsoc2013-evolution-5c164275ac5835266ef26d1c9960510c5cc5d555.zip
Bug #224687 - Various fixes in contact list editor
- fixed order of buttons in duplicate adding confirmation dialog - in the editor, don't display email addresses in sublist nodes - automatically remove sublists with no children
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-model.h')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-model.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-model.h b/addressbook/gui/contact-list-editor/e-contact-list-model.h
index b902658365..91e8a82cdb 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-model.h
+++ b/addressbook/gui/contact-list-editor/e-contact-list-model.h
@@ -69,7 +69,8 @@ gboolean e_contact_list_model_has_uid (EContactListModel *model,
GtkTreePath * e_contact_list_model_add_destination
(EContactListModel *model,
EDestination *dest,
- GtkTreeIter *parent);
+ GtkTreeIter *parent,
+ gboolean ignore_conflicts);
void e_contact_list_model_add_contact (EContactListModel *model,
EContact *contact,
gint email_num);