commit virt-manager for openSUSE:Factory
Hello community, here is the log from the commit of package virt-manager for openSUSE:Factory checked in at Wed Sep 28 14:41:41 CEST 2011. -------- --- virt-manager/virt-manager.changes 2011-09-21 19:30:16.000000000 +0200 +++ /mounts/work_src_done/STABLE/virt-manager/virt-manager.changes 2011-09-27 20:22:07.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Sep 27 12:01:53 MDT 2011 - carnold@novell.com + +- Fix broken vminstall patch + virtman-vminstall.diff + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtman-vminstall.diff ++++++ --- /var/tmp/diff_new_pack.UK8f5j/_old 2011-09-28 14:41:36.000000000 +0200 +++ /var/tmp/diff_new_pack.UK8f5j/_new 2011-09-28 14:41:36.000000000 +0200 @@ -22,33 +22,33 @@ - self._get_create_dialog().show(src.topwin, uri) - except Exception, e: - src.err.show_err(_("Error launching manager: %s") % str(e)) -+ conn = self._lookup_connection(uri) ++ conn = self._lookup_conn(uri) + do_remote = conn.is_remote() + if self.windowCreate == None or do_remote != self.remote_install: + try: + if do_remote: + from virtManager.create import vmmCreate + create = vmmCreate(self) -+ create.connect("action-show-console", self._do_show_console) ++ create.connect("action-show-vm", self._do_show_vm) + create.connect("action-show-help", self._do_show_help) + create.connect("vmmcreate-closing", self._vmmcreate_closing) + self.remote_install = True + self.windowCreate = create -+ self.windowCreate.show(uri) ++ self.windowCreate.show(src.topwin, uri) + 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 -+ self.windowCreate.show() ++ self.windowCreate.show(src.topwin) + except Exception, e: + src.err.show_err(_("Error launching manager: %s") % str(e), + "".join(traceback.format_exc())) + else: + if do_remote: -+ self.windowCreate.show(uri) ++ self.windowCreate.show(src.topwin, uri) + else: + message_box = gtk.MessageDialog(None, + gtk.DIALOG_MODAL, ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de