X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ft-test-one-sample.c;h=f92a32f92eaf3c3dcd39e71e01368a641cf24518;hb=0bd0098aec2ee31d9460c8d4c1263d0b5ccc4324;hp=ba27cf2ddddcb0ae94626076fae3474fe9999422;hpb=017ba229ee4570635c3cb07fa7189796fce15969;p=pspp-builds.git diff --git a/src/ui/gui/t-test-one-sample.c b/src/ui/gui/t-test-one-sample.c index ba27cf2d..f92a32f9 100644 --- a/src/ui/gui/t-test-one-sample.c +++ b/src/ui/gui/t-test-one-sample.c @@ -60,7 +60,7 @@ generate_syntax (const struct tt_one_sample_dialog *d) g_string_append (str, "\n\t/VARIABLES="); - append_variable_names (str, d->dict, GTK_TREE_VIEW (d->vars_treeview)); + append_variable_names (str, d->dict, GTK_TREE_VIEW (d->vars_treeview), 0); tt_options_dialog_append_syntax (d->opt, str); @@ -164,6 +164,7 @@ t_test_one_sample_dialog (GObject *o, gpointer data) psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector), dict_view, tt_d.vars_treeview, insert_source_row_into_tree_view, + NULL, NULL);