[evolution-data-server/gnome-2-32] Bug #641250 - Cannot add more than 2 recipients in To: or Cc: field
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-2-32] Bug #641250 - Cannot add more than 2 recipients in To: or Cc: field
- Date: Fri, 4 Feb 2011 14:05:31 +0000 (UTC)
commit 04de6a3d5dd2d631c263d92e5f388f57d607a56b
Author: Vibha Yadav <yvibha novell com>
Date: Fri Feb 4 15:04:27 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 731737f..39e1d26 100644
--- a/libedataserverui/e-name-selector-entry.c
+++ b/libedataserverui/e-name-selector-entry.c
@@ -1547,6 +1547,8 @@ completion_match_selected (ENameSelectorEntry *name_selector_entry, GtkTreeModel
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]