From bc4053079e1e05ac8c13e0942ec26c959c784429 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sun, 22 Jul 2001 05:16:17 +0000 Subject: we have saner names now. saving state on this screen works now --- iw/firewall_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (): -- cgit