mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-27 03:21:44 +03:00
tie together pause buttons
This commit is contained in:
parent
ecb202e391
commit
ecd935bb41
@ -281,6 +281,9 @@ class vmmConsole(gobject.GObject):
|
||||
else:
|
||||
print _("Resume requested, but machine is already running")
|
||||
|
||||
self.window.get_widget("control-pause").set_active(src.get_active())
|
||||
self.window.get_widget("menu-vm-pause").set_active(src.get_active())
|
||||
|
||||
def control_vm_terminal(self, src):
|
||||
self.emit("action-show-terminal", self.vm.get_connection().get_uri(), self.vm.get_uuid())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user