manager: Don't always launch consoles for running domains, dumb regression

This commit is contained in:
Cole Robinson 2011-01-21 14:43:19 -05:00
parent 8fee0c79aa
commit ffb82a87f0
1 changed files with 1 additions and 0 deletions

View File

@ -721,6 +721,7 @@ class vmmManager(vmmGObjectUI):
if (self.config.get_console_popup() != 2 or
vm.is_management_domain()):
self.emit("action-refresh-console", uri, vmuuid)
return
# user has requested consoles on all vms
gtype = vm.get_graphics_console()[0]