Bug 217515
| Summary: | new-printer dialog 'Forward' button can get stuck not sensitive | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Waugh <twaugh> |
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| 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:09 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, 217516 | ||
Fixed in 0.7.41-1.fc6. Fixed in update: system-config-printer-0.7.45-1.fc6 |
Description of problem: The Forward button can get stuck not sensitive so that you have to press Cancel. 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.Click Forward 4.Select 'Provide PPD file' 5.Click Back Actual results: Forward button stays stays not sensitive. Expected results: Forward button becomes sensitive. Fix is: --- system-config-printer.py 23 Nov 2006 09:08:26 -0000 1.130 +++ system-config-printer.py 28 Nov 2006 12:33:15 -0000 @@ -1712,3 +1712,3 @@ if nr == 1: # Device - pass + self.btnNPForward.set_sensitive(True) if nr == 2: # Make/PPD file