Merge branch 'file-chooser-location-escape' into 'master'

file chooser: Stay focused

Closes #1851

See merge request GNOME/gtk!785
This commit is contained in:
Matthias Clasen 2019-04-28 16:16:31 +00:00
commit 3a40555202

View File

@ -2482,6 +2482,7 @@ static void
location_entry_close_clicked (GtkFileChooserWidget *impl)
{
location_mode_set (impl, LOCATION_MODE_PATH_BAR);
gtk_widget_grab_focus (GTK_WIDGET (impl));
}
static void