gui: Simplify value_to_text() parameters.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 21 Jun 2011 02:06:11 +0000 (19:06 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 23 Jun 2011 15:50:24 +0000 (08:50 -0700)
commit66ada89a69ed73a1a15abfbd9bffe4cdf9bf307a
tree9d0ab28c475856f3864721c11e44f5361ced2dcf
parent49ad45764ab062f60a205dd84d0c3b600f051727
gui: Simplify value_to_text() parameters.

Both the format and the dictionary can be inferred from the
variable being formatted in every case in the tree but one, so
use that as the calling convention.  In the one remaining case,
it's just as easy to call data_out() directly.
src/ui/gui/find-dialog.c
src/ui/gui/helper.c
src/ui/gui/helper.h
src/ui/gui/missing-val-dialog.c
src/ui/gui/psppire-var-store.c
src/ui/gui/val-labs-dialog.c
src/ui/gui/var-display.c
src/ui/gui/var-type-dialog.c
src/ui/gui/variable-info-dialog.c