From 85c23b189d1c83d7c84774b4ecc09334316ca143 Mon Sep 17 00:00:00 2001 From: Juerg Billeter Date: Mon, 09 May 2005 21:27:17 +0000 Subject: LPD printers use postscript, too 2005-05-09 Juerg Billeter * shell/ev-window.c: (using_postscript_printer): LPD printers use postscript, too --- (limited to 'shell') diff --git a/shell/ev-window.c b/shell/ev-window.c index d9b4740..eeeb97b 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -1022,6 +1022,8 @@ using_postscript_printer (GnomePrintConfig *config) } else if (transport) { if (!strcmp ((const gchar *)transport, "CUPS")) return TRUE; + else if (!strcmp ((const gchar *)transport, "LPD")) + return TRUE; } return FALSE; -- cgit v0.9.1