manual: REGRESSION and DESCRIPTIVES make temp transformations permanent.
[pspp] / src / ui / gui / psppire.c
index 8bd6b6fe5e737368ea02191a6088dc3a1dd3d148..34811473fb8f76cee46464bc142bd1ffe2a81685 100644 (file)
@@ -51,7 +51,6 @@
 #include "ui/gui/psppire-output-window.h"
 #include "ui/gui/psppire-syntax-window.h"
 #include "ui/gui/psppire-selector.h"
-#include "ui/gui/psppire-var-store.h"
 #include "ui/gui/psppire-var-view.h"
 #include "ui/gui/psppire-window-register.h"
 #include "ui/gui/widgets.h"
@@ -105,7 +104,7 @@ initialize (const char *data_file)
       /* Check to see if the file is a .sav or a .por file.  If not
          assume that it is a syntax file */
       if ( any_reader_may_open (filename))
-        open_data_window (NULL, filename);
+        open_data_window (NULL, filename, NULL);
       else
         {
           create_data_window ();