[master 1/1] Fix 'q' (to quit) do not work in TUI hub

jkonecny12 installerbot-noreply at redhat.com
Fri Jul 17 10:17:37 UTC 2015


From: Jiri Konecny <jkonecny at redhat.com>

---
 pyanaconda/ui/tui/hubs/summary.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/tui/hubs/summary.py b/pyanaconda/ui/tui/hubs/summary.py
index 52923c0..880275d 100644
--- a/pyanaconda/ui/tui/hubs/summary.py
+++ b/pyanaconda/ui/tui/hubs/summary.py
@@ -123,4 +123,4 @@ def input(self, args, key):
                 # which is the global TUI key to close the current screen
                 return False
             else:
-                super(SummaryHub, self).input(args, key)
+                return super(SummaryHub, self).input(args, key)


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/6546ffaffe273740a805b3b9948224a9dcbeddc6


More information about the anaconda-patches mailing list