X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdescriptives-dialog.c;h=af55abd66823178b63442b3eced898f27b500634;hb=0bd0098aec2ee31d9460c8d4c1263d0b5ccc4324;hp=4697c9fdfa073308f08fc1ef823519537f90af97;hpb=017ba229ee4570635c3cb07fa7189796fce15969;p=pspp-builds.git diff --git a/src/ui/gui/descriptives-dialog.c b/src/ui/gui/descriptives-dialog.c index 4697c9fd..af55abd6 100644 --- a/src/ui/gui/descriptives-dialog.c +++ b/src/ui/gui/descriptives-dialog.c @@ -118,7 +118,7 @@ generate_syntax (const struct descriptives_dialog *scd) string = g_string_new ("DESCRIPTIVES"); g_string_append (string, "\n /VARIABLES="); - append_variable_names (string, scd->dict, GTK_TREE_VIEW (scd->stat_vars)); + append_variable_names (string, scd->dict, GTK_TREE_VIEW (scd->stat_vars), 0); listwise = gtk_toggle_button_get_active (scd->exclude_missing_listwise); include = gtk_toggle_button_get_active (scd->include_user_missing); @@ -235,6 +235,7 @@ descriptives_dialog (GObject *o, gpointer data) source, dest, insert_source_row_into_tree_view, + NULL, NULL); put_checkbox_items_in_treeview (GTK_TREE_VIEW (stats_treeview),