X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.c;h=77d550a15e040af8258eb8bc42b7bca357aac4d9;hb=a6aad395f291b161ebed2f0d783919f108438c90;hp=d36a802cb0e828a9a9d7c46c81aa312d8e5958d2;hpb=c3ac5a8af9c449072c7e872ca70a78c1755ae309;p=pspp-builds.git diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index d36a802c..77d550a1 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -53,7 +53,8 @@ #include "message-dialog.h" #include -#include "output-viewer.h" + +#include "psppire-output-window.h" #include #include @@ -72,9 +73,7 @@ struct dataset * the_dataset = NULL; static void replace_casereader (struct casereader *s) { - PsppireCaseFile *pcf = psppire_case_file_new (s); - - psppire_data_store_set_case_file (the_data_store, pcf); + psppire_data_store_set_reader (the_data_store, s); } #define _(msgid) gettext (msgid)