summaryrefslogtreecommitdiffstats
path: root/iw/firewall_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/firewall_gui.py')
-rw-r--r--iw/firewall_gui.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/iw/firewall_gui.py b/iw/firewall_gui.py
index c32cac4b6..2a104acad 100644
--- a/iw/firewall_gui.py
+++ b/iw/firewall_gui.py
@@ -28,8 +28,6 @@ class FirewallWindow (InstallWindow):
def getNext (self):
if self.disabled_radio.get_active ():
- self.firewall.enabled = 0
-
rc2 = self.intf.messageWindow(_("Warning - No Firewall"),
_("If this system is attached directly to the Internet or "
"is on a large public network, it is recommended that a "
@@ -43,7 +41,7 @@ class FirewallWindow (InstallWindow):
if rc2 == 0:
raise gui.StayOnScreen
else:
- self.firewall.enabled = 1
+ self.firewall.enabled = 0
count = 0
self.firewall.trustdevs = []