diff options
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 6de8a4ee6d..fa9b945b7f 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -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); } |