Ensure that data sheet and variable sheets can be constructed via GtkBuilder.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 3 Oct 2020 05:18:47 +0000 (07:18 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 27 Sep 2020 15:25:40 +0000 (17:25 +0200)
commit16c9b320ee7d2d5e57ad15bae865ba603005ef9f
tree0530f39dbc3014c423fa4aed27d259aca4101e0b
parent167cdfb2f66918c0b3211994e0489f32ed5f3516
Ensure that data sheet and variable sheets can be constructed via GtkBuilder.

This change removes the reliance of the _new functions on setting
necessary properties.  Otherwise these objects do not get set
when constructed by GtkBuilder.
src/ui/gui/psppire-data-sheet.c
src/ui/gui/psppire-variable-sheet.c