[evolution-patches] Patch for #247706:Automatically add comma after autocompleting an address



Hi,

This fixes the Bug #247706.
Please Review

Thanks
devashish
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/libedataserverui/ChangeLog,v
retrieving revision 1.58
diff -u -p -r1.58 ChangeLog
--- ChangeLog	5 Aug 2005 06:48:14 -0000	1.58
+++ ChangeLog	12 Aug 2005 10:26:18 -0000
@@ -1,3 +1,9 @@
+2005-08-12  Devashish Sharma <sdevashish novell com>
+
+	* e-name-selector-entry.c (completion_match_selected): automatically
+	adds a comma after autocompleting the address.
+	Fixes #247706
+
 2005-08-04  Not Zed  <NotZed Ximian com>
 
 	** See bug #308512.
Index: e-name-selector-entry.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/libedataserverui/e-name-selector-entry.c,v
retrieving revision 1.22
diff -u -p -r1.22 e-name-selector-entry.c
--- e-name-selector-entry.c	22 Jul 2005 08:44:14 -0000	1.22
+++ e-name-selector-entry.c	12 Aug 2005 10:28:24 -0000
@@ -1236,6 +1236,7 @@ completion_match_selected (ENameSelector
 	destination = find_destination_at_position (name_selector_entry, cursor_pos);
 	e_destination_set_contact (destination, contact, email_n);
 	sync_destination_at_position (name_selector_entry, cursor_pos, &cursor_pos);
+	gtk_editable_insert_text (GTK_EDITABLE (name_selector_entry), ",", -1, &cursor_pos);
 
 	/* Place cursor at end of address */
 


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