modified: ri_cmd.py

modified:   ri_oper.py
	modified:   ri_tk.py
	modified:   ri_tk_cmd.py
	modified:   ri_widget.py
    add network check ip and hostname update
This commit is contained in:
fling
2010-12-09 12:23:48 +08:00
parent d8d7bb036d
commit 3093360d0c
5 changed files with 17 additions and 21 deletions

View File

@@ -30,7 +30,7 @@ def next():
q, t = ri_widget.Sequence.current()
wid_name = ri_widget.Sequence.next()
if wid_name is not None:
ri_widget.Widget.dict[t].hide(t)
ri_widget.Widget.dict[t].hide()
ri_widget.Widget.dict[wid_name].show()
else: