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:
@ -610,10 +610,9 @@ unselect_current_file (GtkFileChooserButton *button)
|
|||||||
{
|
{
|
||||||
g_object_unref (priv->selection_while_inactive);
|
g_object_unref (priv->selection_while_inactive);
|
||||||
priv->selection_while_inactive = NULL;
|
priv->selection_while_inactive = NULL;
|
||||||
|
priv->is_changing_selection = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
priv->is_changing_selection = TRUE;
|
|
||||||
|
|
||||||
update_label_and_image (button);
|
update_label_and_image (button);
|
||||||
update_combo_box (button);
|
update_combo_box (button);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user