[evolution-patches] a small typo correction in contact-editor code



Hi, 
attached patch has small change to correct a typo in contact editor code
which causing the problem email ui building.

Thanks,
Sivaiah
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1607
diff -u -r1.1607 ChangeLog
--- ChangeLog	4 Mar 2004 06:03:36 -0000	1.1607
+++ ChangeLog	8 Mar 2004 04:18:03 -0000
@@ -1,3 +1,7 @@
+2004-03-08  Sivaiah Nallagatla <snallagatla novell com>
+	* gui/contact-editor/e-contact-editor.c (enable_writable_fields):
+	fixed a typo, which is causing probelm in building up email ui
+	
 2004-03-04  Sivaiah Nallagatla <snallagatla novell com>
                                                                                                                              
         * gui/component/addressbook-config.c :
Index: gui/contact-editor/e-contact-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-editor/e-contact-editor.c,v
retrieving revision 1.171
diff -u -r1.171 e-contact-editor.c
--- gui/contact-editor/e-contact-editor.c	26 Feb 2004 17:51:26 -0000	1.171
+++ gui/contact-editor/e-contact-editor.c	8 Mar 2004 04:18:05 -0000
@@ -3107,7 +3107,7 @@
 	e_contact_editor_build_email_ui (editor);
 	for (i = 0; i < G_N_ELEMENTS (emails); i ++)
 		g_hash_table_insert (dropdown_hash,
-				     (char*)e_contact_field_name(phones[i]),
+				     (char*)e_contact_field_name(emails[i]),
 				     editor->email_info[i].widget);
 	e_contact_editor_build_address_ui (editor);
 	for (i = E_CONTACT_FIRST_ADDRESS_ID; i <= E_CONTACT_LAST_ADDRESS_ID; i ++)


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