Hello,
When I choose a sample on select cases, the generated syntax doesn't
includes the "EXECUTE." subcomand, so I must use the option to run
pending commands. I think that whould be great if this subcomand was
included by default. The above path does that. I've tried and it seems
to work well.
Thank you
Michel
diff --git a/src/ui/gui/select-cases-dialog.c
b/src/ui/gui/select-cases-dialog.c
index 5b02782..689c162 100644
--- a/src/ui/gui/select-cases-dialog.c
+++ b/src/ui/gui/select-cases-dialog.c
@@ -415,6 +415,7 @@ generate_syntax (const struct select_cases_dialog
*scd)
g_string_append_printf (string, "%d FROM %d .", n_cases,
from_n_cases);
}
+ g_string_append (string, "\nEXECUTE.\n");
}
else if ( gtk_toggle_button_get_active
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev