Start of new branch involving major rewrite of lib/gtksheet/*
[pspp-builds.git] / src / ui / gui / t-test-options.c
index 37bdc2298cb120d89b3c0f9fee72e7393a06c8dc..eaf7c43f00da785ea8cd30269343a35008a85b9d 100644 (file)
@@ -71,7 +71,7 @@ tt_options_dialog_create (GladeXML *xml, GtkWindow *parent)
 
   gtk_box_pack_start_defaults (GTK_BOX (tto->box), tto->confidence);
 
-  gtk_window_set_transient_for (parent, GTK_WINDOW (tto->dialog));
+  gtk_window_set_transient_for (GTK_WINDOW (tto->dialog), parent);
 
   tto->confidence_interval = 95;
   tto->excl = EXCL_ANALYSIS;