diff options
author | Mike Fulbright <msf@redhat.com> | 2002-05-29 23:19:05 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-05-29 23:19:05 +0000 |
commit | 3bacfb4722a5534f96d06893ee804ce948917e95 (patch) | |
tree | 7ad2e0a74f79128def6c42c306290af4c6f15be4 /textw | |
parent | 01775d2b53abdc48fbe15ba8284dd3cafdcb3a87 (diff) | |
download | anaconda-3bacfb4722a5534f96d06893ee804ce948917e95.tar.gz anaconda-3bacfb4722a5534f96d06893ee804ce948917e95.tar.xz anaconda-3bacfb4722a5534f96d06893ee804ce948917e95.zip |
fix call
Diffstat (limited to 'textw')
-rw-r--r-- | textw/network_text.py | 2 |
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 |