Enabled output generation in the GUI.
[pspp-builds.git] / src / ui / gui / helper.c
index 5668496833cdd975d1874be4c345de0db54e67d0..274635d7913b1412ce206416af7d393d64c1a4bb 100644 (file)
@@ -40,6 +40,7 @@
 #include <data/procedure.h>
 #include <language/lexer/lexer.h>
 #include "psppire-data-store.h"
+#include <output/manager.h>
 
 
 #include <gettext.h>
@@ -199,6 +200,8 @@ execute_syntax (struct getl_interface *sss)
 
     psppire_data_store_set_case_file (the_data_store, pcf);
   }
+
+  som_flush ();
 }