]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkprinteroptionwidget.c
Use gtk_box_new() instead gtk_[v|h]box_new()
[~andy/gtk] / gtk / gtkprinteroptionwidget.c
index 28cc5bfba8a6e74f9a966ea4b6c4b586ac496788..12301d8829f17fd1262f1cbd1f1ff431d9af7435 100644 (file)
@@ -739,7 +739,7 @@ construct_widgets (GtkPrinterOptionWidget *widget)
 
     case GTK_PRINTER_OPTION_TYPE_ALTERNATIVE:
       group = NULL;
-      priv->box = gtk_hbox_new (FALSE, 12);
+      priv->box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, FALSE, 12);
       gtk_widget_show (priv->box);
       gtk_box_pack_start (GTK_BOX (widget), priv->box, TRUE, TRUE, 0);
       for (i = 0; i < source->num_choices; i++)