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

@@ -89,8 +89,8 @@ class Widget:
Widget.current_widget = self
display.create_widget(self)
def hide(self,step=''):
display.destroy_widget(self,step)
def hide(self):
display.destroy_widget(self)
class MessageBox:
''' implement dialog in interface.xml '''