On 04/17/2014 05:36 AM, Giuseppe Scrivano wrote:
> Disabled the "Finish" button in the "Add Hardware" window when the
> specified dev is not supported by the HV.
> 
> Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1087670
> 
> Signed-off-by: Giuseppe Scrivano <[email protected]>
> ---
>  virtManager/addhardware.py | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/virtManager/addhardware.py b/virtManager/addhardware.py
> index 39ec63f..519aa2b 100644
> --- a/virtManager/addhardware.py
> +++ b/virtManager/addhardware.py
> @@ -1052,6 +1052,8 @@ class vmmAddHardware(vmmGObjectUI):
>          sens = row[3]
>          msg = row[4] or ""
>  
> +        self.widget("create-finish").set_sensitive(sens)
> +
>          if not sens:
>              page = PAGE_ERROR
>              self.widget("hardware-info").set_text(msg)
> 

ACK

- Cole

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to