From aa9da1fe1fbd5d1ba58a91abda7bf358ed1be257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 26 Mar 2017 12:42:07 +0200 Subject: [PATCH] filechooserbutton: Hide the combobox by default --- gtk/gtkfilechooserbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 96c66038ba..c8d3d52ba4 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -553,7 +553,7 @@ gtk_file_chooser_button_init (GtkFileChooserButton *button) gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (priv->combo_box), priv->name_cell, "text", 1, NULL); - + gtk_widget_hide (priv->combo_box); gtk_widget_set_parent (priv->combo_box, GTK_WIDGET (button)); priv->child = priv->button;