executor: Execute pending transformations after processing syntax.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 30 Oct 2010 17:31:06 +0000 (10:31 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 31 Oct 2010 23:14:39 +0000 (16:14 -0700)
Bug #30689.

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));