X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=libview%2Fev-print-operation.c;h=0f6e60788441b10e8323eb0153124301b49b3e8e;hb=b85564ae90e10935efae109e8fc584c435f17277;hp=555d4bf982bccf8cea38a144002e1d51b264b64f;hpb=b08dd5d93e1c8dd1b68263e130b73476b766a0cf;p=evince.git diff --git a/libview/ev-print-operation.c b/libview/ev-print-operation.c index 555d4bf9..0f6e6078 100644 --- a/libview/ev-print-operation.c +++ b/libview/ev-print-operation.c @@ -2062,6 +2062,8 @@ ev_print_operation_new (EvDocument *document) #if GTKUNIXPRINT_ENABLED op = EV_PRINT_OPERATION (g_object_new (EV_TYPE_PRINT_OPERATION_EXPORT, "document", document, NULL)); +#else + op = NULL; #endif return op; }