GtkFileChooserEntry: move the cursor after the user chooses a completion from the list

https://bugzilla.gnome.org/show_bug.cgi?id=756450
This commit is contained in:
Federico Mena Quintero
2016-03-10 16:02:56 -06:00
parent efd52319a5
commit 60f8794d7e

View File

@@ -277,6 +277,8 @@ match_selected_callback (GtkEntryCompletion *completion,
-1,
&pos);
gtk_editable_set_position (GTK_EDITABLE (chooser_entry), pos);
g_free (path);
return TRUE;