executor: Execute pending transformations after processing syntax.
[pspp-builds.git] / src / ui / gui / executor.c
index 6ccb5a534deca402d8e879dd2f3f6376a13e30e3..7b4d10cf9f3e06f59bf1439dd9891cc6a859e227 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2007, 2009  Free Software Foundation
+   Copyright (C) 2007, 2009, 2010  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -95,6 +95,8 @@ execute_syntax (struct getl_interface *sss)
 
   lex_destroy (lexer);
 
+  proc_execute (the_dataset);
+
   psppire_dict_replace_dictionary (the_data_store->dict,
                                   dataset_dict (the_dataset));