From 578eff6629b00d3d089a4c6f24f7a7c8cecdcdb1 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 20 Mar 2009 10:34:20 -1000 Subject: 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. --- storage/devicetree.py | 1 + 1 file changed, 1 insertion(+) 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." -- cgit