summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-03-20 10:34:20 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-03-20 17:01:49 -1000
commit578eff6629b00d3d089a4c6f24f7a7c8cecdcdb1 (patch)
tree3416db18b10068acda36ca29335b377b5d2fc10b
parente40e27ac30d8a433d1a309cdc7ce8c0cc959d6be (diff)
downloadanaconda-578eff6629b00d3d089a4c6f24f7a7c8cecdcdb1.tar.gz
anaconda-578eff6629b00d3d089a4c6f24f7a7c8cecdcdb1.tar.xz
anaconda-578eff6629b00d3d089a4c6f24f7a7c8cecdcdb1.zip
Reset mouse pointer if we find an unreadable disk.
Without the call to busyCursorPop(), we get the watch mouse pointer for the rest of the install. waitWindow sets it up, which is called when 'Finding storage devices...' is displayed.
-rw-r--r--storage/devicetree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/devicetree.py b/storage/devicetree.py
index ae6bed9b4..f8b107d6e 100644
--- a/storage/devicetree.py
+++ b/storage/devicetree.py
@@ -122,6 +122,7 @@ def questionInitializeDisk(intf=None, name=None):
if not intf or not name:
pass
else:
+ intf.icw.busyCursorPop()
rc = intf.messageWindow(_("Warning"),
_("Error processing drive %s.\n"
"Maybe it needs to be reinitialized."