[PATCH] Pop the busy cursor when we're done with the wait window (#491736).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 storage/__init__.py   |    3 +++
 storage/devicetree.py |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/storage/__init__.py b/storage/__init__.py
index 526500a..3c1394c 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -240,6 +240,9 @@ class Storage(object):
             self.fsset = FSSet(self.devicetree)
             w.pop()
         except FSError as e:
+            if w:
+                w.pop()
+
             self.anaconda.intf.messageWindow(_("Error"),
                 _("Filesystem error detected, cannot continue."),
                 custom_icon="error")
diff --git a/storage/devicetree.py b/storage/devicetree.py
index f8b107d..ae6bed9 100644
--- a/storage/devicetree.py
+++ b/storage/devicetree.py
@@ -122,7 +122,6 @@ 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."
-- 
1.6.1.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux