From ce10013d80f8f72842d3590984305c5a2dcb397f Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Fri, 1 Apr 2011 12:20:47 +0200 Subject: [PATCH] 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 --- qubesmanager/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubesmanager/main.py b/qubesmanager/main.py index 001d5c8..f33ed3f 100755 --- a/qubesmanager/main.py +++ b/qubesmanager/main.py @@ -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,