Bug 213667

Summary: should select current PPD when changing it
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: system-config-printerAssignee: Tim Waugh <twaugh>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.7.35-1.fc6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-09 17:15:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 207681, 213668    

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