[virt-tools-list] [virt-manager PATCH] virt-manager, addhardware: disable "Finish" with unsupported devs
Cole Robinson
crobinso at redhat.com
Thu Apr 17 16:29:52 UTC 2014
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 <gscrivan at redhat.com>
> ---
> 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
More information about the virt-tools-list
mailing list