From 481e4ef5d944216a7212f3de245dec4f42c8d120 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 30 Oct 2010 10:31:06 -0700 Subject: [PATCH] executor: Execute pending transformations after processing syntax. Bug #30689. --- src/ui/gui/executor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ui/gui/executor.c b/src/ui/gui/executor.c index 6ccb5a53..7b4d10cf 100644 --- a/src/ui/gui/executor.c +++ b/src/ui/gui/executor.c @@ -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)); -- 2.30.2