summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-04 19:36:40 +0000
committerMatt Wilson <msw@redhat.com>2000-02-04 19:36:40 +0000
commit2eddf754efadbf1fe18a13e1b1ad9840346eaf9c (patch)
tree0ce6ac5ad8c4984af82b029f11256a739532aede /iw
parentde33f16d257be820edcb6212bd4170979db3abcb (diff)
downloadanaconda-2eddf754efadbf1fe18a13e1b1ad9840346eaf9c.tar.gz
anaconda-2eddf754efadbf1fe18a13e1b1ad9840346eaf9c.tar.xz
anaconda-2eddf754efadbf1fe18a13e1b1ad9840346eaf9c.zip
restore nameserver settings
Diffstat (limited to 'iw')
-rw-r--r--iw/network.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/iw/network.py b/iw/network.py
index 6c802df46..e4135a3bc 100644
--- a/iw/network.py
+++ b/iw/network.py
@@ -239,6 +239,9 @@ class NetworkWindow (InstallWindow):
self.ns.set_text (self.todo.network.primaryNS)
self.ns2 = options[3]
+ self.ns2.set_text (self.todo.network.secondaryNS)
+
self.ns3 = options[4]
+ self.ns3.set_text (self.todo.network.ternaryNS)
box.pack_start (self.ipTable, FALSE, FALSE, 5)
return box