[evolution-patches] [Contacts] Fix for #63697 and #61833



I got a list of affected contacts today, they were missing the FILE_AS
field. The importer should probably set the FILE_AS field for imported
contacts that do not have this (the source file was in ldif format).

This is a fix that should generally address blank file_as/name fields
for contacts displayed in the name selector. The last fix solved only
part of the problem (the recipient tables), this deals with the source
contact table.

-- 
Hans Petter
? 57795.patch
? 58921.patch
? 60529.patch
? 61833.patch
? 62085.patch
? 62142.patch
? 62715.patch
? 63697.patch
? birthdate.patch
? ce-use-gtkfilechooser.patch
? log.diff
? out.diff
? gui/component/ldap-config.gladep
? gui/component/old
? gui/component/out
? gui/component/select-names/crap
? gui/contact-editor/hpj-contact-editor.glade
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1821
diff -u -p -r1.1821 ChangeLog
--- ChangeLog	26 Aug 2004 18:52:10 -0000	1.1821
+++ ChangeLog	27 Aug 2004 05:04:23 -0000
@@ -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 ]
Index: gui/component/select-names/e-select-names.etspec
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/select-names/e-select-names.etspec,v
retrieving revision 1.6
diff -u -p -r1.6 e-select-names.etspec
--- gui/component/select-names/e-select-names.etspec	29 Jan 2004 01:27:34 -0000	1.6
+++ gui/component/select-names/e-select-names.etspec	27 Aug 2004 05:04:23 -0000
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]