Merge branch 'gtk-3-24' into 'gtk-3-24'

Fix for issue #2497, see https://gitlab.gnome.org/GNOME/gtk/issues/2497

See merge request GNOME/gtk!1509
This commit is contained in:
Matthias Clasen 2020-03-13 13:54:28 +00:00
commit 603c3ba533

View File

@ -610,10 +610,9 @@ unselect_current_file (GtkFileChooserButton *button)
{
g_object_unref (priv->selection_while_inactive);
priv->selection_while_inactive = NULL;
priv->is_changing_selection = TRUE;
}
priv->is_changing_selection = TRUE;
update_label_and_image (button);
update_combo_box (button);
}