Bug 213667 - should select current PPD when changing it
Summary: should select current PPD when changing it
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-printer
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC6Update 213668
TreeView+ depends on / blocked
 
Reported: 2006-11-02 14:30 UTC by Tim Waugh
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 0.7.35-1.fc6
Clone Of:
Environment:
Last Closed: 2006-11-09 17:15:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tim Waugh 2006-11-02 14:30:46 UTC
Description of problem:
When changing the PPD for a printer, the current PPD is not correctly selected.

Version-Release number of selected component (if applicable):
0.7.32-1

How reproducible:
100%

Steps to Reproduce:
1. Click 'Change PPD'
2. Next (make is correct)
3. Model is incorrect.

Fix is:

--- system-config-printer.py    1 Nov 2006 13:22:54 -0000       1.110
+++ system-config-printer.py    2 Nov 2006 14:25:12 -0000
@@ -1561 +1561 @@
-                    self.auto_model = attr.value[len(self.auto_make):]
+                    self.auto_model = attr.value[len(self.auto_make):].strip ()

Comment 1 Fedora Update System 2006-11-09 17:03:03 UTC
Fixed in update: system-config-printer-0.7.35-1.fc6


Note You need to log in before you can comment on or make changes to this bug.