summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorbfox <bfox>2001-02-28 17:13:29 +0000
committerbfox <bfox>2001-02-28 17:13:29 +0000
commit6f4fd0862924707b36e8d77a6fe649df3bdaa956 (patch)
treedea64abdd5e35957e6daa65082c948e5480a7c35 /textw
parentfe2a9278a9d51c04acf0b05fbc9dc90f86cf86e6 (diff)
downloadanaconda-6f4fd0862924707b36e8d77a6fe649df3bdaa956.tar.gz
anaconda-6f4fd0862924707b36e8d77a6fe649df3bdaa956.tar.xz
anaconda-6f4fd0862924707b36e8d77a6fe649df3bdaa956.zip
clear todo.firewall.trustdevs before appending devices to the list
Diffstat (limited to 'textw')
-rw-r--r--textw/firewall_text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/firewall_text.py b/textw/firewall_text.py
index 77e0bdd5d..a2db9d7dd 100644
--- a/textw/firewall_text.py
+++ b/textw/firewall_text.py
@@ -208,6 +208,7 @@ class FirewallWindow:
screen.popWindow()
+ todo.firewall.trustdevs = []
for device in self.netCBs.keys():
if self.netCBs[device].selected():
todo.firewall.trustdevs.append(device)