pspp-sheet-view: Fix warning using arrow keys to navigate column buttons. 20121029032029/pspp 20121030031955/pspp 20121031031956/pspp 20121101032031/pspp 20121102032007/pspp 20121103032004/pspp 20121104032009/pspp 20121105032017/pspp 20121106032209/pspp 20121107031955/pspp 20121108032020/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 28 Oct 2012 20:22:33 +0000 (13:22 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 28 Oct 2012 20:22:33 +0000 (13:22 -0700)
commit428ee3e6955aabbe0d9341708ad15fd12a404716
tree7aaee824102a5dda650a459dd6aaa555f75d1196
parent9d1bfb34842de4a129140622ee3d800297c0e69d
pspp-sheet-view: Fix warning using arrow keys to navigate column buttons.

Before this commit, clicking on a column head button in the data sheet,
then holding down the right arrow key until the data sheet began to scroll
right would often produce a warning of the form:

** (psppire:16451): WARNING **: Internal button not found

because nothing caused the underlying GtkButton to be instantiated in this
scenario.  This commit fixes the problem.
src/ui/gui/pspp-sheet-view.c