[evolution-data-server] Bug #641250 - Cannot add more than 2 recipients in To: or Cc: field



commit e2b23fe963a300078a10958aacf6284e3e947d88
Author: Vibha Yadav <yvibha novell com>
Date:   Fri Feb 4 15:02:26 2011 +0100

    Bug #641250 - Cannot add more than 2 recipients in To: or Cc: field

 libedataserverui/e-name-selector-entry.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libedataserverui/e-name-selector-entry.c b/libedataserverui/e-name-selector-entry.c
index c9963f2..774f245 100644
--- a/libedataserverui/e-name-selector-entry.c
+++ b/libedataserverui/e-name-selector-entry.c
@@ -1556,6 +1556,8 @@ completion_match_selected (ENameSelectorEntry *name_selector_entry, ETreeModelGe
 	gtk_editable_insert_text (GTK_EDITABLE (name_selector_entry), ", ", -1, &cursor_pos);
 	g_signal_handlers_unblock_by_func (name_selector_entry, user_insert_text, name_selector_entry);
 
+	/*Add destination at end for next entry*/
+	insert_destination_at_position (name_selector_entry, cursor_pos);
 	/* Place cursor at end of address */
 
 	gtk_editable_set_position (GTK_EDITABLE (name_selector_entry), cursor_pos);



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