Bug 217515 - new-printer dialog 'Forward' button can get stuck not sensitive
Summary: new-printer dialog 'Forward' button can get stuck not sensitive
Keywords:
Status: CLOSED RAWHIDE
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 217516
TreeView+ depends on / blocked
 
Reported: 2006-11-28 12:40 UTC by Tim Waugh
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 0.7.45-1.fc6
Clone Of:
Environment:
Last Closed: 2007-01-05 23:55:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tim Waugh 2006-11-28 12:40:05 UTC
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

Comment 1 Tim Waugh 2006-12-08 14:15:48 UTC
Fixed in 0.7.41-1.fc6.

Comment 2 Fedora Update System 2007-01-05 18:20:28 UTC
Fixed in update: system-config-printer-0.7.45-1.fc6


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