summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-22 05:16:17 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-22 05:16:17 +0000
commitbc4053079e1e05ac8c13e0942ec26c959c784429 (patch)
treef571a9cece415a8e813b512f9bd5ea3189903321
parentd76a35916e7a0adb11e549d30aae2ae8188e1b79 (diff)
downloadanaconda-bc4053079e1e05ac8c13e0942ec26c959c784429.tar.gz
anaconda-bc4053079e1e05ac8c13e0942ec26c959c784429.tar.xz
anaconda-bc4053079e1e05ac8c13e0942ec26c959c784429.zip
we have saner names now. saving state on this screen works now
-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 ():