pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/ui/gui t-test-options.c


From: John Darrington
Subject: [Pspp-cvs] pspp/src/ui/gui t-test-options.c
Date: Thu, 13 Dec 2007 23:27:02 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   07/12/13 23:27:02

Modified files:
        src/ui/gui     : t-test-options.c 

Log message:
        gtk_window_set_transient_for: Wrong argument order.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/t-test-options.c?cvsroot=pspp&r1=1.1&r2=1.2

Patches:
Index: t-test-options.c
===================================================================
RCS file: /sources/pspp/pspp/src/ui/gui/t-test-options.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- t-test-options.c    10 Dec 2007 10:21:05 -0000      1.1
+++ t-test-options.c    13 Dec 2007 23:27:02 -0000      1.2
@@ -71,7 +71,7 @@
 
   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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]