sort of got the assistant working with the combo model
[pspp] / src / ui / gui / page-file.c
index 98362a3f13b5d1082eac4e9a73f9aeb9c0925849..b6100f369328ce56a287da2cd31922d08845c749 100644 (file)
@@ -99,6 +99,8 @@ init_file (struct import_assistant *ia, GtkWindow *parent_window)
 
   if (ia->spreadsheet == NULL)
     ia->spreadsheet = gnumeric_probe (file->file_name);
+
+  printf ("%s:%d %p\n", __FILE__, __LINE__, ia->spreadsheet);
   
   if (ia->spreadsheet == NULL)
     ia->spreadsheet = ods_probe (file->file_name);