manager: Instantly update VM state after pause/unpause

This commit is contained in:
Cole Robinson 2011-04-15 14:14:12 -04:00
parent 8b576f4b2a
commit 46e28f0b1d
1 changed files with 1 additions and 0 deletions

View File

@ -943,6 +943,7 @@ class vmmManager(vmmGObjectUI):
# Update run/shutdown/pause button states
self.vm_selected()
self.vm_resources_sampled(vm)
def vm_resources_sampled(self, vm):
vmlist = self.window.get_widget("vm-list")