insert variables in var view (#55357)
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 31 May 2020 22:39:59 +0000 (00:39 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 31 May 2020 22:39:59 +0000 (00:39 +0200)
commite870838d34e5e0133997434d27035054c605fb4f
treeab9f39a53f5dcfaaf50d90e7508a5c37def170c9
parent1c59b7647586c806fb5bd6012dcc5624868c707d
insert variables in var view (#55357)

The variable insert procedure inserted new variables
via the datasheet window even if the variable
window was visible. Directly after startup the
dataview is not realized and that prevents a correct
update of the variable view. I changed the procedure
such that the ssw items_changed_cb is called for
the widgets in the variable view and the window
is correctly updated.
src/ui/gui/psppire-data-window.c