update VM status on manager window show

This commit is contained in:
Marek Marczykowski 2011-06-02 01:14:13 +02:00
parent c7bfd57599
commit a10120cfb9

View File

@ -987,6 +987,7 @@ def toggle_manager():
manager_window.hide()
else:
manager_window.show()
manager_window.update_table(True)
def exit_app():
notifier.stop()