aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-09-14 18:27:07 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-09-14 18:27:07 +0800
commit9c0a876d371026266ee5f4532991a7bfd38b7c1c (patch)
tree57cb7a89fd2816ef5fbb46d29ca24c2de9c2f0ae /addressbook
parent252d7f47b9cb2f8a2f524726b414d74615e48b94 (diff)
downloadgsoc2013-evolution-9c0a876d371026266ee5f4532991a7bfd38b7c1c.tar
gsoc2013-evolution-9c0a876d371026266ee5f4532991a7bfd38b7c1c.tar.gz
gsoc2013-evolution-9c0a876d371026266ee5f4532991a7bfd38b7c1c.tar.bz2
gsoc2013-evolution-9c0a876d371026266ee5f4532991a7bfd38b7c1c.tar.lz
gsoc2013-evolution-9c0a876d371026266ee5f4532991a7bfd38b7c1c.tar.xz
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')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.etspec2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 9e0c899848..5727115201 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-14 Sushma Rai <rsushma@novell.com>
+
+ * gui/contact-list-editor/e-contact-list-editor.etspec: Set selection
+ mode to multiple. Related to the patch submitted already to fix #235038.
+
2005-08-26 Devashish Sharma <sdevashish@novell.com>
* gui/widgets/e-addressbook-view.etspec: In ETableSpecification source
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"/>