diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.etspec | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 880f902252..5beab33f4c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2004-08-26 Hans Petter Jansson <hpj@ximian.com> + + Really fixes #61833 and #63697. + + * gui/component/select-names/e-select-names.etspec: Fetch values from + column 86 (NAME_OR_ORG), instead of 2 (FILE_AS). + 2004-08-26 Chris Toshok <toshok@ximian.com> [ patch for the rest of 60889 ] diff --git a/addressbook/gui/component/select-names/e-select-names.etspec b/addressbook/gui/component/select-names/e-select-names.etspec index 1da11315f3..45899e1f23 100644 --- a/addressbook/gui/component/select-names/e-select-names.etspec +++ b/addressbook/gui/component/select-names/e-select-names.etspec @@ -1,5 +1,5 @@ <ETableSpecification no-headers="true" cursor-mode="line"> - <ETableColumn model_col= "2" _title="Name" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="collate" search="string"/> + <ETableColumn model_col= "86" _title="Name" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="collate" search="string"/> <ETableState> <column source="0"/> <grouping> <leaf column="0" ascending="true"/> </grouping> |