[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem on select case
From: |
Michel Boaventura |
Subject: |
problem on select case |
Date: |
Wed, 21 Apr 2010 14:34:13 -0300 |
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
- problem on select case,
Michel Boaventura <=