/[packages]/updates/1/hplip/current/SOURCES/hplip-fax-ppd.patch
ViewVC logotype

Contents of /updates/1/hplip/current/SOURCES/hplip-fax-ppd.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 142615 - (show annotations) (download)
Mon Sep 12 08:06:27 2011 UTC (12 years, 7 months ago) by doktor5000
File size: 1444 byte(s)
SILENT: copy from cauldron for updates
1 diff -up hplip-3.11.1/ui/setupform.py.fax-ppd hplip-3.11.1/ui/setupform.py
2 --- hplip-3.11.1/ui/setupform.py.fax-ppd 2011-01-19 06:18:26.000000000 +0100
3 +++ hplip-3.11.1/ui/setupform.py 2011-01-24 12:00:48.000000000 +0100
4 @@ -886,16 +886,16 @@ class SetupForm(SetupForm_base):
5 QApplication.setOverrideCursor(QApplication.waitCursor)
6
7 if self.mq.get('fax-type', FAX_TYPE_NONE) == FAX_TYPE_MARVELL:
8 - fax_ppd_name = "HP-Fax3-hplip" # Fixed width (2528 pixels) and 300dpi rendering
9 + fax_ppd_name = "HP-Fax3-hpcups" # Fixed width (2528 pixels) and 300dpi rendering
10 nick = "HP Fax 3"
11 if self.mq.get('fax-type', FAX_TYPE_NONE) == FAX_TYPE_SOAP or self.mq.get('fax-type', FAX_TYPE_NONE) == FAX_TYPE_LEDMSOAP:
12 - fax_ppd_name = "HP-Fax2-hplip" # Fixed width (2528 pixels) and 300dpi rendering
13 + fax_ppd_name = "HP-Fax2-hpcups" # Fixed width (2528 pixels) and 300dpi rendering
14 nick = "HP Fax 2"
15 if self.mq.get('fax-type', FAX_TYPE_NONE) == FAX_TYPE_LEDM:
16 - fax_ppd_name = "HP-Fax4-hplip" # Fixed width (1728 pixels) and 200dpi rendering
17 + fax_ppd_name = "HP-Fax4-hpcups" # Fixed width (1728 pixels) and 200dpi rendering
18 nick = "HP Fax 4"
19 else:
20 - fax_ppd_name = "HP-Fax-hplip" # Standard
21 + fax_ppd_name = "HP-Fax-hpcups" # Standard
22 nick = "HP Fax"
23
24 ppds = []

  ViewVC Help
Powered by ViewVC 1.1.30