X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ft-test-options.c;h=224b022caa670cc5d52710af4f2ae562d92e9031;hb=refs%2Fbuilds%2F20100913040502%2Fpspp;hp=eaf7c43f00da785ea8cd30269343a35008a85b9d;hpb=bc0e3fee279da2813183ab2cd17fced06eae09e8;p=pspp diff --git a/src/ui/gui/t-test-options.c b/src/ui/gui/t-test-options.c index eaf7c43f00..224b022caa 100644 --- a/src/ui/gui/t-test-options.c +++ b/src/ui/gui/t-test-options.c @@ -52,7 +52,7 @@ struct tt_options_dialog }; struct tt_options_dialog * -tt_options_dialog_create (GladeXML *xml, GtkWindow *parent) +tt_options_dialog_create (GtkBuilder *xml, GtkWindow *parent) { struct tt_options_dialog *tto = xmalloc (sizeof (*tto)); @@ -69,7 +69,7 @@ tt_options_dialog_create (GladeXML *xml, GtkWindow *parent) gtk_widget_show (tto->confidence); - gtk_box_pack_start_defaults (GTK_BOX (tto->box), tto->confidence); + psppire_box_pack_start_defaults (GTK_BOX (tto->box), tto->confidence); gtk_window_set_transient_for (GTK_WINDOW (tto->dialog), parent);