[anaconda][PATCH 2/2] UIScreen doesn't necessarily have the ready property

Vratislav Podzimek vpodzime at redhat.com
Tue Oct 8 08:26:49 UTC 2013


Related: rhbz#1000409

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/tui/simpleline/base.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pyanaconda/ui/tui/simpleline/base.py b/pyanaconda/ui/tui/simpleline/base.py
index 88efd17..941951e 100644
--- a/pyanaconda/ui/tui/simpleline/base.py
+++ b/pyanaconda/ui/tui/simpleline/base.py
@@ -193,9 +193,7 @@ class App(object):
         :type args: anything
         """
 
-        # poll a screen's "ready" status before scheduling it to show
-        if ui.ready:
-            self._screens.append((ui, args, self.NOP))
+        self._screens.append((ui, args, self.NOP))
 
         self.redraw()
 
-- 
1.7.11.7



More information about the anaconda-patches mailing list