aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/ephy-keywords-entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-keywords-entry.c b/src/bookmarks/ephy-keywords-entry.c
index eccb83aae..5a6accf0f 100644
--- a/src/bookmarks/ephy-keywords-entry.c
+++ b/src/bookmarks/ephy-keywords-entry.c
@@ -126,7 +126,7 @@ try_to_expand_keyword (GtkEditable *editable)
gtk_editable_insert_text (editable,
insert_text,
- strlen (insert_text),
+ -1,
&position);
gtk_editable_select_region (editable, user_text_length + keyword_offset, -1);
}