X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-syntax-window.c;h=6629235164298ebbcd1d246b1910069202c44521;hb=eea449691e75dfc2af4fd5d6670ab155b813a13e;hp=eea46eba303027c8a1647e611aa1dd453dba6521;hpb=d6028c82867eb92ccd1a3a7f1473316cbe462271;p=pspp-builds.git diff --git a/src/ui/gui/psppire-syntax-window.c b/src/ui/gui/psppire-syntax-window.c index eea46eba..66292351 100644 --- a/src/ui/gui/psppire-syntax-window.c +++ b/src/ui/gui/psppire-syntax-window.c @@ -163,7 +163,7 @@ editor_execute_syntax (const PsppireSyntaxWindow *sw, GtkTextIter start, lex_reader_set_file_name (reader, psppire_window_get_filename (win)); - execute_syntax (reader); + execute_syntax (psppire_default_data_window (), reader); }