On Mon, Jan 21, 2019 at 04:30:54PM +0800, Lin Ma wrote: > Signed-off-by: Lin Ma <[email protected]> > --- > virtManager/vsockdetails.py | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/virtManager/vsockdetails.py b/virtManager/vsockdetails.py > index 7e4e8134..a4920012 100644 > --- a/virtManager/vsockdetails.py > +++ b/virtManager/vsockdetails.py > @@ -56,6 +56,11 @@ class vmmVsockDetails(vmmGObjectUI): > else: > cid = self.MIN_GUEST_CID > > + label = self.widget("vsock-auto").get_label().split(" (")[0] > + if is_auto and self.vm.is_active(): > + label += " (%s %s)" % (_("CID ="), cid)
I removed the '=' char to make it the same as for graphics and pushed
the patch.
Thanks
Pavel
> + self.widget("vsock-auto").set_label(label)
> +
> self.widget("vsock-auto").set_active(is_auto)
> self.widget("vsock-cid").set_value(cid)
> self.widget("vsock-cid").set_visible(not is_auto)
> --
> 2.19.0
>
> _______________________________________________
> virt-tools-list mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/virt-tools-list
signature.asc
Description: PGP signature
_______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
