Add hint paramater to Window Load method
[pspp] / src / ui / gui / psppire.c
index 36716f3a26b9a537d7ad3707965de7463c36e9be..34811473fb8f76cee46464bc142bd1ffe2a81685 100644 (file)
@@ -104,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 ();