summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-29 23:19:05 +0000
committerMike Fulbright <msf@redhat.com>2002-05-29 23:19:05 +0000
commit3bacfb4722a5534f96d06893ee804ce948917e95 (patch)
tree7ad2e0a74f79128def6c42c306290af4c6f15be4 /textw
parent01775d2b53abdc48fbe15ba8284dd3cafdcb3a87 (diff)
downloadanaconda-3bacfb4722a5534f96d06893ee804ce948917e95.tar.gz
anaconda-3bacfb4722a5534f96d06893ee804ce948917e95.tar.xz
anaconda-3bacfb4722a5534f96d06893ee804ce948917e95.zip
fix call
Diffstat (limited to 'textw')
-rw-r--r--textw/network_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/network_text.py b/textw/network_text.py
index 76fbe5096..bfceaca67 100644
--- a/textw/network_text.py
+++ b/textw/network_text.py
@@ -201,7 +201,7 @@ class NetworkWindow:
return INSTALL_OK
class HostnameWindow:
- def __call__(self, screen, network, dispatch):
+ def __call__(self, screen, network, dispatch, intf):
devices = network.available ()
if not devices:
return INSTALL_NOOP