Set correct status of "show all VMs" button (#211)

This commit is contained in:
Marek Marczykowski 2011-04-08 20:14:05 +02:00
parent 193a09c32d
commit c9f224d1aa

View File

@ -406,6 +406,8 @@ class VmManagerWindow(QMainWindow):
self.action_shutdownvm.setDisabled(True)
self.action_updatevm.setDisabled(True)
self.action_showallvms.setChecked(self.show_inactive_vms)
self.toolbar = self.addToolBar ("Toolbar")
self.toolbar.setFloatable(False)
self.addActions (self.toolbar, (self.action_createvm, self.action_removevm,