virt-manager: Make --show-domain-creator show the manager as well

Otherwise we don't have any way to close the app.
This commit is contained in:
Cole Robinson
2014-01-19 12:03:17 -05:00
parent c426a30511
commit a0c2fdf429

View File

@@ -870,6 +870,7 @@ class vmmEngine(vmmGObject):
self._do_show_host(self.get_manager(), uri)
def show_domain_creator(self, uri):
self.show_manager()
self._do_show_create(self.get_manager(), uri)
def show_domain_console(self, uri, uuid):