summaryrefslogtreecommitdiffstats
path: root/textw/firewall_text.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-01-10 23:21:47 +0000
committerbfox <bfox>2001-01-10 23:21:47 +0000
commit9c9d9d654dd74f48994a5a13b96f7cfc0b15f568 (patch)
treecf8cf3571c333f08ae40cf366bbadfef8ff5c275 /textw/firewall_text.py
parent8675d51254272d002fcd4e6e7fb707b5950d6cc1 (diff)
downloadanaconda-9c9d9d654dd74f48994a5a13b96f7cfc0b15f568.tar.gz
anaconda-9c9d9d654dd74f48994a5a13b96f7cfc0b15f568.tar.xz
anaconda-9c9d9d654dd74f48994a5a13b96f7cfc0b15f568.zip
Enabled F12 to allow you to go forward in the firewall screen. Fixes bug #23722
Diffstat (limited to 'textw/firewall_text.py')
-rw-r--r--textw/firewall_text.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/textw/firewall_text.py b/textw/firewall_text.py
index ba149bedb..773f6acf8 100644
--- a/textw/firewall_text.py
+++ b/textw/firewall_text.py
@@ -137,12 +137,14 @@ class FirewallWindow:
poplevel.add (popbb, 0, 4, (0, 0, 0, 0), growx = 1)
poplevel.add (bigGrid, 0, 1, (0, 0, 0, 0), anchorLeft = 1)
- result = poplevel.run()
+ result2 = poplevel.run()
screen.popWindow()
- if rc == "ok":
+ if rc == "ok" or result == "F12":
break
- screen.popWindow()
+
+ screen.popWindow()
+
for device in self.netCBs.keys():
if self.netCBs[device].selected():
todo.firewall.trustdevs.append(device)