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-independent-samples-dial...


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/ui/gui t-test-independent-samples-dial...
Date: Fri, 12 Oct 2007 04:47:08 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/10/12 04:47:08

Modified files:
        src/ui/gui     : t-test-independent-samples-dialog.c 

Log message:
        Declarations must all precede statements in C90.

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

Patches:
Index: t-test-independent-samples-dialog.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/gui/t-test-independent-samples-dialog.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- t-test-independent-samples-dialog.c 11 Oct 2007 12:31:39 -0000      1.2
+++ t-test-independent-samples-dialog.c 12 Oct 2007 04:47:08 -0000      1.3
@@ -234,9 +234,6 @@
 
   GladeXML *xml = XML_NEW ("t-test.glade");
 
-  tt_d.dialog = get_widget_assert (xml,
-                                        "t-test-independent-samples-dialog");
-
   GtkSheet *var_sheet =
     GTK_SHEET (get_widget_assert (de->xml, "variable_sheet"));
 
@@ -264,6 +261,7 @@
 
   vs = PSPPIRE_VAR_STORE (gtk_sheet_get_model (var_sheet));
 
+  tt_d.dialog = get_widget_assert (xml, "t-test-independent-samples-dialog");
   tt_d.xml = xml;
   tt_d.dict = vs->dict;
   tt_d.groups_defined = FALSE;




reply via email to

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