Removed some calls to deprecated Gtk functions
[pspp-builds.git] / src / ui / gui / t-test-options.c
index ed8ac042daaf7e3e420eb739dcfd0e32a6ef24a1..224b022caa670cc5d52710af4f2ae562d92e9031 100644 (file)
@@ -69,7 +69,7 @@ tt_options_dialog_create (GtkBuilder *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);