X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2Fev-utils.c;h=38281f6d0f33e4b0ef8adb875e4489641df44d55;hb=e04f0859c6f36b77542d8c90fed6974c2ff957de;hp=b35b77bba21828794a79cd53d9dd0addeb531ce8;hpb=70f641411b2fbab930b481ac844984819b48805d;p=evince.git diff --git a/shell/ev-utils.c b/shell/ev-utils.c index b35b77bb..38281f6d 100644 --- a/shell/ev-utils.c +++ b/shell/ev-utils.c @@ -22,6 +22,8 @@ #include "ev-utils.h" #include "ev-file-helpers.h" + +#include #include #define PRINT_CONFIG_FILENAME "ev-print-config.xml" @@ -251,6 +253,8 @@ using_postscript_printer (GnomePrintConfig *config) return TRUE; else if (!strcmp ((const gchar *)transport, "LPD")) return TRUE; + else if (!strcmp ((const gchar *)transport, "PAPI")) + return TRUE; } return FALSE;