psppire-output-view: Properly render the first few items of output.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Oct 2014 17:38:53 +0000 (10:38 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Oct 2014 17:39:21 +0000 (10:39 -0700)
commit852da86aa670c46ada66da733e7b9cac1ebeb291
tree3c9af023fa91d750ef4c93a9019854268a7f7ed9
parente1335ea67114822554e0d51bd5e0b49401b17dc4
psppire-output-view: Properly render the first few items of output.

Commit 18f9e37c8bc5 (psppire-output-view: Only render output items once the
window is realized.) fixed a crashing bug, but when I tested it I didn't
carefully look at the output.  In fact, any output items that were rendered
before the window was realized were not displayed, because the widgets
created for them were never shown or properly initialized.  This commit
fixes the problem.

Reported by Adam Zammit.
Bug #43362.
src/ui/gui/psppire-output-view.c