]> www.fi.muni.cz Git - evince.git/commitdiff
LPD printers use postscript, too
authorJuerg Billeter <j@bitron.ch>
Mon, 9 May 2005 21:27:17 +0000 (21:27 +0000)
committerMartin Kretzschmar <martink@src.gnome.org>
Mon, 9 May 2005 21:27:17 +0000 (21:27 +0000)
2005-05-09  Juerg Billeter  <j@bitron.ch>

* shell/ev-window.c: (using_postscript_printer):

LPD printers use postscript, too

ChangeLog
shell/ev-window.c

index 16a5f1e1bd542261fc833cb498ea91d25f2c157d..2529d2a2f3ad51fff143a7f2980a3d8ed6205168 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-09  Juerg Billeter  <j@bitron.ch>
+
+       * shell/ev-window.c: (using_postscript_printer):
+
+       LPD printers use postscript, too
+
 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
 
        * shell/ev-window.c: (register_custom_actions):
index d9b47401c3ce8e421f5bf91114c599fb2f37b0d9..eeeb97b3e220ca2bfbc7809011523c907b851cee 100644 (file)
@@ -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;