diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-02-11 21:35:47 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-02-11 21:35:47 +0000 |
commit | 9189e40c2a3f580921e52a3b1e326cddd0eb8530 (patch) | |
tree | c457c1d05477ca6021735ca008af585ab8f5d489 /iw/network_gui.py | |
parent | cdd1530ff04c095e9aa8598df423b231eca5c303 (diff) | |
download | anaconda-9189e40c2a3f580921e52a3b1e326cddd0eb8530.tar.gz anaconda-9189e40c2a3f580921e52a3b1e326cddd0eb8530.tar.xz anaconda-9189e40c2a3f580921e52a3b1e326cddd0eb8530.zip |
similar fix to the root password one
Diffstat (limited to 'iw/network_gui.py')
-rw-r--r-- | iw/network_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/network_gui.py b/iw/network_gui.py index 1e9cc6bb5..7d88d9c4e 100644 --- a/iw/network_gui.py +++ b/iw/network_gui.py @@ -212,7 +212,7 @@ class NetworkWindow(InstallWindow): num = num + 1 - forward = lambda widget, box=box: box.focus(DIR_TAB_FORWARD) + forward = lambda widget, box=box: box.emit('focus', gtk.DIR_TAB_FORWARD) for t in range(len(options)): label = gtk.Label("%s:" %(options[t][0],)) |