[evolution-data-server/gnome-2-32] Bug #558478 - Autocompletion inserts comma.
- From: Bharath Acharya <abharath src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-2-32] Bug #558478 - Autocompletion inserts comma.
- Date: Mon, 18 Oct 2010 05:40:53 +0000 (UTC)
commit 67462d4ad7d5c0316c201ebaf15a32d09c0c23cf
Author: Vibha Yadav <yvibha novell com>
Date: Mon Oct 18 11:10:52 2010 +0530
Bug #558478 - Autocompletion inserts comma.
Retrieve the text of gtk_entry again.
libedataserverui/e-name-selector-entry.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libedataserverui/e-name-selector-entry.c b/libedataserverui/e-name-selector-entry.c
index 4f021c4..731737f 100644
--- a/libedataserverui/e-name-selector-entry.c
+++ b/libedataserverui/e-name-selector-entry.c
@@ -1595,6 +1595,7 @@ entry_activate (ENameSelectorEntry *name_selector_entry)
sync_destination_at_position (name_selector_entry, cursor_pos, &cursor_pos);
/* Place cursor at end of address */
+ text = gtk_entry_get_text (GTK_ENTRY (name_selector_entry));
get_range_at_position (text, cursor_pos, &range_start, &range_end);
if (priv->is_completing) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]