Charles Arnold 2011-09-27 21:42:35 +00:00 committed by Git OBS Bridge
parent 09fe6ffc53
commit cb2f4b8d72

View File

@ -38,7 +38,7 @@ Index: virt-manager-0.9.0/src/virtManager/engine.py
+ else:
+ from vminstall.gtk.interface import VMCreate as vmmCreate
+ create = vmmCreate(virtman=True,key=0)
+ create.connect("action-show-console", self._do_show_console)
+ create.connect("action-show-vm", self._do_show_vm)
+ create.connect("vmmcreate-closing", self._vmmcreate_closing)
+ self.remote_install = False
+ self.windowCreate = create