From bc0e3fee279da2813183ab2cd17fced06eae09e8 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 13 Dec 2007 23:27:02 +0000 Subject: [PATCH] gtk_window_set_transient_for: Wrong argument order. --- src/ui/gui/t-test-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/t-test-options.c b/src/ui/gui/t-test-options.c index 37bdc229..eaf7c43f 100644 --- a/src/ui/gui/t-test-options.c +++ b/src/ui/gui/t-test-options.c @@ -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; -- 2.30.2