summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-03-17 00:23:16 +0000
committerJeremy Katz <katzj@redhat.com>2004-03-17 00:23:16 +0000
commitdb088d266188ada8bfc48f9e974042fc032d8b3b (patch)
treee3e18dc8be723ecde5ee3a4da671eb7ac5c334f3 /textw
parent25460b13612c16ae86b9311daf866587ee8dc0b2 (diff)
downloadanaconda-db088d266188ada8bfc48f9e974042fc032d8b3b.tar.gz
anaconda-db088d266188ada8bfc48f9e974042fc032d8b3b.tar.xz
anaconda-db088d266188ada8bfc48f9e974042fc032d8b3b.zip
make selinux stuff part of a separate object, set up in instdata, pass to
screens. fix up firewall to not influence selinux, remember the option used
Diffstat (limited to 'textw')
-rw-r--r--textw/firewall_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/firewall_text.py b/textw/firewall_text.py
index b0c3730ff..be780fc25 100644
--- a/textw/firewall_text.py
+++ b/textw/firewall_text.py
@@ -18,7 +18,7 @@ from constants_text import *
from rhpl.translate import _
class FirewallWindow:
- def __call__(self, screen, intf, network, firewall):
+ def __call__(self, screen, intf, network, firewall, security):
self.intf = intf
bb = ButtonBar (screen, (TEXT_OK_BUTTON, (_("Customize"), "customize"), TEXT_BACK_BUTTON))