]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserbutton.c
filechooserbutton: Update the button/combo at construction time
[~andy/gtk] / gtk / gtkfilechooserbutton.c
index 1bea89bca77683977774ba5eb82fe7a79419a382..ec5449fede08ac7af1e7dddc145ac705cc904814 100644 (file)
@@ -946,6 +946,9 @@ gtk_file_chooser_button_constructor (GType                  type,
     g_signal_connect (priv->fs, "bookmarks-changed",
                      G_CALLBACK (fs_bookmarks_changed_cb), object);
 
+  update_label_and_image (button);
+  update_combo_box (button);
+
   return object;
 }