From: Ben Pfaff Date: Sat, 30 Oct 2010 17:31:06 +0000 (-0700) Subject: executor: Execute pending transformations after processing syntax. X-Git-Tag: v0.7.7~153 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=481e4ef5d944216a7212f3de245dec4f42c8d120;p=pspp-builds.git executor: Execute pending transformations after processing syntax. Bug #30689. --- 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));