X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-descriptives.c;h=1acaaaecc68c09ccbf0ee7a0db6125a6da7a5015;hb=eff2701d5d282bfc0c1b52bd2af985705b11b307;hp=325596307ee32c07870837f7842fff0febccaf6a;hpb=258cbd9cdf386687122b0854274923acafc786d4;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-descriptives.c b/src/ui/gui/psppire-dialog-action-descriptives.c index 325596307e..1acaaaecc6 100644 --- a/src/ui/gui/psppire-dialog-action-descriptives.c +++ b/src/ui/gui/psppire-dialog-action-descriptives.c @@ -221,7 +221,7 @@ psppire_dialog_action_descriptives_activate (PsppireDialogAction *a) "predicate", var_is_numeric, NULL); act->stat_vars = GTK_TREE_VIEW (act->variables); - + act->include_user_missing = GTK_TOGGLE_BUTTON (get_widget_assert (xml, "include_user_missing")); act->exclude_missing_listwise =