summaryrefslogtreecommitdiffstats
path: root/iw/firewall_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-10-15 22:57:19 +0000
committerJeremy Katz <katzj@redhat.com>2003-10-15 22:57:19 +0000
commit29e6074dc7736861dfa7f4a141d4fe62bc5e541c (patch)
tree60f69f9676eb55038c697bd9a30f3b986d116ddb /iw/firewall_gui.py
parentcd53557466aee5afdd982321c54c277a9fa8b46e (diff)
downloadanaconda-29e6074dc7736861dfa7f4a141d4fe62bc5e541c.tar.gz
anaconda-29e6074dc7736861dfa7f4a141d4fe62bc5e541c.tar.xz
anaconda-29e6074dc7736861dfa7f4a141d4fe62bc5e541c.zip
more fixes to state here
Diffstat (limited to 'iw/firewall_gui.py')
-rw-r--r--iw/firewall_gui.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/iw/firewall_gui.py b/iw/firewall_gui.py
index a0e459d7f..fcdb46272 100644
--- a/iw/firewall_gui.py
+++ b/iw/firewall_gui.py
@@ -40,9 +40,10 @@ class FirewallWindow (InstallWindow):
if rc2 == 0:
raise gui.StayOnScreen
- else:
self.firewall.enabled = 0
-
+ else:
+ self.firewall.enabled = 1
+
count = 0
self.firewall.trustdevs = []