diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-09-14 18:27:07 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-09-14 18:27:07 +0800 |
commit | 9c0a876d371026266ee5f4532991a7bfd38b7c1c (patch) | |
tree | 57cb7a89fd2816ef5fbb46d29ca24c2de9c2f0ae /addressbook/gui | |
parent | 252d7f47b9cb2f8a2f524726b414d74615e48b94 (diff) | |
download | gsoc2013-evolution-9c0a876d371026266ee5f4532991a7bfd38b7c1c.tar.gz gsoc2013-evolution-9c0a876d371026266ee5f4532991a7bfd38b7c1c.tar.zst gsoc2013-evolution-9c0a876d371026266ee5f4532991a7bfd38b7c1c.zip |
Spec file change to selecte multiple entries in the contact list editor.
Fix for #235038.
svn path=/trunk/; revision=30346
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-list-editor/e-contact-list-editor.etspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.etspec b/addressbook/gui/contact-list-editor/e-contact-list-editor.etspec index 6d5f4f2514..b621e670ea 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.etspec +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.etspec @@ -1,4 +1,4 @@ -<ETableSpecification no-headers="true" cursor-mode="line" selection-mode="single"> +<ETableSpecification no-headers="true" cursor-mode="line" selection-mode="multiple"> <ETableColumn model_col= "0" _title="Contact" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="string" /> <ETableState> <column source="0"/> |