Remove the unnecessary Pause button

When we pause the VM we do _not_ release memory assigned to this VM, so it really makes little sense to offer this option to the user
This commit is contained in:
Joanna Rutkowska 2011-04-01 12:20:47 +02:00
parent bbbcba8e15
commit ce10013d80

View File

@ -395,7 +395,7 @@ class VmManagerWindow(QMainWindow):
self.toolbar.setFloatable(False)
self.addActions (self.toolbar, (self.action_createvm, self.action_removevm,
None,
self.action_resumevm, self.action_pausevm, self.action_shutdownvm,
self.action_resumevm, self.action_shutdownvm,
self.action_updatevm, self.action_editfwrules,
None,
self.action_showcpuload,