Commit 7cdc2a79b89cfeaf43626ddf09c558573ade6ca9
1 parent
21824db0
Exists in
master
and in
1 other branch
Melhorando plugin hllapi
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
| ... | ... | @@ -1087,7 +1087,7 @@ static void release_script(v3270 *widget) |
| 1087 | 1087 | widget->script.id = 0; |
| 1088 | 1088 | } |
| 1089 | 1089 | |
| 1090 | -LIB3270_EXPORT int v3270_set_script(GtkWidget *widget, const gchar id, unsigned char on) | |
| 1090 | +LIB3270_EXPORT int v3270_set_script(GtkWidget *widget, const gchar id, gboolean on) | |
| 1091 | 1091 | { |
| 1092 | 1092 | v3270 *terminal; |
| 1093 | 1093 | g_return_val_if_fail(GTK_IS_V3270(widget),EINVAL); | ... | ... |