output: Include command names in titles in GUI output.
authorBen Pfaff <blp@gnu.org>
Tue, 23 Jun 2009 06:01:03 +0000 (23:01 -0700)
committerBen Pfaff <blp@gnu.org>
Tue, 23 Jun 2009 06:01:03 +0000 (23:01 -0700)
commit20f2c8b593eba29c2cca67569a5ef5bb68189c54
treecdf8803c65bbcadcd5acc15f941ba1aa3b5e5f5a
parent67adf64d9367f8b43ef725d7f0c03895a5b6460b
output: Include command names in titles in GUI output.

The command name displayed by the output engine was the current command
name.  The GUI output was never displayed during the actual execution of a
command, so GUI titles never included a command name.

This commit puts the command name into the struct passed into the output
engine, so that it gets saved and displayed.
src/language/command.c
src/output/manager.c
src/output/manager.h
src/output/table.c
src/output/table.h
src/ui/gui/psppire-output-window.c