gui: Fix File|Export in output viewer.
authorBen Pfaff <blp@gnu.org>
Sat, 20 Feb 2010 20:34:25 +0000 (12:34 -0800)
committerBen Pfaff <blp@gnu.org>
Sat, 20 Feb 2010 20:34:25 +0000 (12:34 -0800)
commit736cad34a833704f6052319d66d57f4fd839e892
tree604f578a1b266a5c28eb13ed391626b76d7bc509
parent35a8ed71164e5f003db8edc261f9e266f90faf0d
gui: Fix File|Export in output viewer.

Commit f51ecb480 "Greatly simplify PSPP configuration" changed how PSPP
output drivers are configured but failed to completely update the
implementation of File|Export to match.  This commit fixes the problem.

A few problems, perhaps not connected, linger:

    * The CSV driver appears to always output to "pspp.csv" when invoked
      from the GUI, regardless of the requested file name.

    * The ODT driver appears to be broken.

Reported by John Darrington <john@darrington.wattle.id.au>.
src/ui/gui/psppire-output-window.c