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 ()
Fixed in update: system-config-printer-0.7.35-1.fc6