diff --git a/virtman-vminstall.diff b/virtman-vminstall.diff index 420a30ae..585f01ca 100644 --- a/virtman-vminstall.diff +++ b/virtman-vminstall.diff @@ -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