gui: Factor out duplicated code for executing and pasting syntax.
[pspp] / src / ui / gui / psppire.c
index 621814cd9239163731f9c690157a52a221418a94..bb6006d111be872bb67aa29a9c0716bc4d2c6a50 100644 (file)
@@ -134,7 +134,7 @@ initialize (struct source_stream *ss, const char *data_file)
   if (data_file != NULL)
     load_data_file (data_file);
 
-  execute_syntax (create_syntax_string_source (""));
+  execute_const_syntax_string ("");
 
   gtk_widget_show (the_data_window);
 }