diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-07-08 04:18:49 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-07-08 04:18:49 +0000 |
commit | 01428150147009684b70b432263d85fa71527416 (patch) | |
tree | 63bc6e5a9a04d41a3f51ca6c80de37df93566724 /iw/ipwidget.py | |
parent | de47657c85efb846e17d6fb9ddcb3521c2ddaa9b (diff) | |
download | anaconda-01428150147009684b70b432263d85fa71527416.tar.gz anaconda-01428150147009684b70b432263d85fa71527416.tar.xz anaconda-01428150147009684b70b432263d85fa71527416.zip |
add getFocusableWidget to ipwidget to avoid tracebacks
Diffstat (limited to 'iw/ipwidget.py')
-rw-r--r-- | iw/ipwidget.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/iw/ipwidget.py b/iw/ipwidget.py index 416fa4aa1..19375e210 100644 --- a/iw/ipwidget.py +++ b/iw/ipwidget.py @@ -61,6 +61,9 @@ class IPEditor: def getWidget(self): return self.widget + + def getFocusableWidget(self): + return self.entrys['entry1'] def clear_entries (self): for name in ip_fields: |