diff options
Diffstat (limited to 'gtk/gtkprintoperation-unix.c')
-rw-r--r-- | gtk/gtkprintoperation-unix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c index a8fbd03ee..126771491 100644 --- a/gtk/gtkprintoperation-unix.c +++ b/gtk/gtkprintoperation-unix.c @@ -306,8 +306,7 @@ unix_end_run (GtkPrintOperation *op, if (op_unix->job != NULL) gtk_print_job_send (op_unix->job, unix_finish_send, - op_unix, NULL, - NULL); + op_unix, NULL); if (wait) { |