[virt-tools-list] [virt-manager] [PATCH] Use changed instead of value-changed signal in spinbutton in vsockdetails ui

Cole Robinson crobinso at redhat.com
Tue Mar 5 22:07:46 UTC 2019


On 3/5/19 1:34 AM, Lin Ma wrote:
> Signed-off-by: Lin Ma <lma at suse.com>
> ---
>  ui/vsockdetails.ui | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ui/vsockdetails.ui b/ui/vsockdetails.ui
> index 7f607b2b..2a8ee73a 100644
> --- a/ui/vsockdetails.ui
> +++ b/ui/vsockdetails.ui
> @@ -67,7 +67,7 @@
>              <property name="numeric">True</property>
>              <property name="update_policy">if-valid</property>
>              <property name="value">5900</property>
> -            <signal name="value-changed" handler="on_vsock_cid_changed" swapped="no"/>
> +            <signal name="changed" handler="on_vsock_cid_changed" swapped="no"/>
>              <child internal-child="accessible">
>                <object class="AtkObject" id="vsock-cid-atkobject">
>                  <property name="AtkObject::accessible-name">vsock-cid</property>
> 

Thanks, pushed now

- Cole




More information about the virt-tools-list mailing list