Bug 217518
| Summary: | Remembers auto-selected model when other device chosen | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Waugh <twaugh> |
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.7.45-1.fc6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-01-05 23:55:27 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, 217522 | ||
Fixed in 0.7.41-1.fc6. Fixed in update: system-config-printer-0.7.45-1.fc6 |
Description of problem: In the new printer dialog, an auto-discovered make and model selection is pre-filled in the make/model lists when discovered. But when choosing a device that cannot be discovered in this way, the selection is left alone. It should be de-selected. Version-Release number of selected component (if applicable): 0.7.40-1 How reproducible: 100% Steps to Reproduce: 1.Click New Printer 2.Click Forward 3.Select a USB printer known to CUPS/foomatic 4.Select 'LPT #1' or 'Other' etc 5.Click Forward Actual results: 'HP' selected (if USB printer is an HP printer). Expected results: 'Generic' selected. Fix is: --- system-config-printer.py 28 Nov 2006 12:34:15 -0000 1.131 +++ system-config-printer.py 28 Nov 2006 12:45:32 -0000 @@ -2052,5 +2052,5 @@ if printer: self.auto_make, self.auto_model = printer.make, printer.model - self.fillMakeList() + self.fillMakeList() def on_btnNPTLpdProbe_clicked(self, button):