X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.c;h=98bd41798445025d2c9ca0b42b9a8121b34863de;hb=32884aab5da9ba8455d482dc1f52989ff7de4ee6;hp=5668496833cdd975d1874be4c345de0db54e67d0;hpb=4ea6e37d180c9412cbcd39afa48a516522e6dd71;p=pspp-builds.git diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index 56684968..98bd4179 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -40,6 +40,7 @@ #include #include #include "psppire-data-store.h" +#include #include @@ -199,6 +200,10 @@ execute_syntax (struct getl_interface *sss) psppire_data_store_set_case_file (the_data_store, pcf); } + + proc_set_active_file_data (the_dataset, NULL); + + som_flush (); }