Commit 8772691ca992f0e27f23b15f9c8e8f7723160553
1 parent
f429270f
Exists in
master
and in
5 other branches
Fixing windows builds.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/pw3270/windows/print.c
... | ... | @@ -216,9 +216,9 @@ static gchar * enum_to_string(GType type, guint enum_value) |
216 | 216 | } |
217 | 217 | #endif // ENABLE_WINDOWS_REGISTRY |
218 | 218 | |
219 | - gtk_print_operation_set_print_settings(print,settings); | |
219 | + gtk_print_operation_set_print_settings(operation,settings); | |
220 | 220 | gtk_page_setup_set_paper_size_and_default_margins(setup,papersize); |
221 | - gtk_print_operation_set_default_page_setup(print,setup); | |
221 | + gtk_print_operation_set_default_page_setup(operation,setup); | |
222 | 222 | |
223 | 223 | } |
224 | 224 | ... | ... |