summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iw/firewall_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/firewall_gui.py b/iw/firewall_gui.py
index 4efe45891..68164bf2d 100644
--- a/iw/firewall_gui.py
+++ b/iw/firewall_gui.py
@@ -14,7 +14,7 @@ class FirewallWindow (InstallWindow):
InstallWindow.__init__ (self, ics)
def getNext (self):
- if not self.__dict__.has_key("radio3"):
+ if not self.__dict__.has_key("sec_none_radio"):
return None
if self.sec_none_radio.get_active ():