PspppireSelector: Prevent selection of disallowed entries. 20120412030503/pspp 20120413030504/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 10 Apr 2012 20:12:19 +0000 (22:12 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 11 Apr 2012 15:44:19 +0000 (17:44 +0200)
We had been relying on the deselected state of the widget to prevent
selection with the "allow" predicate was false.   But clicking the
widget itself isn't the only way items can be selected (double clicking
the item for example).   This change adds a test at a lower level to
prevent selection of disallowed items.


No differences found