pspp-sheet-view-column: Be consistent about use of !! for booleans.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 14 Oct 2012 18:33:42 +0000 (11:33 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 14 Oct 2012 18:46:06 +0000 (11:46 -0700)
commit5e8c1fe99924e0ebe0f33441475f8164ee20918e
tree621fdb0a6135f047094dc438c63f24dc90db1d78
parent2801d67dabe9b57ffe2f044fa93f6302eac63114
pspp-sheet-view-column: Be consistent about use of !! for booleans.

When "x = !!x;" is used, there's no need to use "x?TRUE:FALSE" later,
since one knows that the value is already 0 or 1, but some code did this
anyway.

This is a cleanup only that should not change behavior.
src/ui/gui/pspp-sheet-view-column.c