Complete even if not at the end of the text
Signed-off-by: Federico Mena Quintero <federico@gnu.org> svn path=/trunk/; revision=19800
This commit is contained in:
committed by
Federico Mena Quintero
parent
833e32fa08
commit
46d0480711
@ -783,8 +783,7 @@ gtk_file_chooser_entry_focus (GtkWidget *widget,
|
||||
{
|
||||
gint pos = 0;
|
||||
|
||||
if (!chooser_entry->has_completion
|
||||
&& gtk_editable_get_position (editable) == entry->text_length)
|
||||
if (!chooser_entry->has_completion)
|
||||
append_common_prefix (chooser_entry, FALSE);
|
||||
|
||||
gtk_editable_set_position (editable, entry->text_length);
|
||||
|
||||
Reference in New Issue
Block a user