diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/e-contact-list-editor.etspec | 2 |
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"/> |