Commit 990703715f605f4441a9602020dd841c60441751
1 parent
15c6d6d2
Exists in
v5.2
Changing the name of the configuration option for "async print" commit
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/pw3270/print.c
... | ... | @@ -67,8 +67,7 @@ |
67 | 67 | // Create and setup dialog |
68 | 68 | // |
69 | 69 | GtkPrintOperation * operation = v3270_print_operation_new(widget,src); |
70 | - | |
71 | - gtk_print_operation_set_allow_async(operation,get_boolean_from_config("print","allow_async",TRUE)); | |
70 | + gtk_print_operation_set_allow_async(operation,get_boolean_from_config("terminal","allow_async_print",TRUE)); | |
72 | 71 | |
73 | 72 | load_print_operation_settings(operation); |
74 | 73 | ... | ... |