Bug 215527 - Should set busy cursor for 'change device' or 'change PPD'
Summary: Should set busy cursor for 'change device' or 'change PPD'
Keywords:
Status: CLOSED ERRATA
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 215528
TreeView+ depends on / blocked
 
Reported: 2006-11-14 15:37 UTC by Tim Waugh
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 0.7.40-1.fc6
Clone Of:
Environment:
Last Closed: 2006-11-30 12:52:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tim Waugh 2006-11-14 15:37:55 UTC
Description of problem:
Should set busy cursor for 'change device' or 'change PPD'.

Version-Release number of selected component (if applicable):
0.7.38-1

How reproducible:
100%

Steps to Reproduce:
1. Click 'change PPD' or 'change device'
  
Cursor should go busy.

Fix is:
--- system-config-printer.py    14 Nov 2006 12:15:31 -0000      1.127
+++ system-config-printer.py    14 Nov 2006 15:31:42 -0000
@@ -1550,2 +1550,3 @@
     def on_btnSelectDevice_clicked(self, button):
+        self.busy (self.MainWindow)
         self.loadFoomatic()
@@ -1559,2 +1560,3 @@
         self.initNewPrinterWindow()
+        self.ready (self.MainWindow)
 
@@ -1562,2 +1564,3 @@
     def on_btnChangePPD_clicked(self, button):
+        self.busy (self.MainWindow)
         self.loadFoomatic()
@@ -1597,3 +1600,3 @@
         self.initNewPrinterWindow()
-        
+        self.ready (self.MainWindow)


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