[virt-tools-list] [PATCH virt-manager] details.py: fix typo

Giuseppe Scrivano gscrivan at redhat.com
Tue Jun 24 15:17:13 UTC 2014


Cole Robinson <crobinso at redhat.com> writes:

> On 06/24/2014 08:02 AM, Giuseppe Scrivano wrote:
>> s|removeable|removable|
>> 
>> Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1112629
>> 
>> Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
>> ---
>>  virtManager/details.py | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/virtManager/details.py b/virtManager/details.py
>> index dd43259..d3826e5 100644
>> --- a/virtManager/details.py
>> +++ b/virtManager/details.py
>> @@ -2166,7 +2166,7 @@ class vmmDetails(vmmGObjectUI):
>>              kwargs["shareable"] = self.widget("disk-shareable").get_active()
>>  
>>          if self.edited(EDIT_DISK_REMOVABLE):
>> -            kwargs["removeable"] = bool(
>> +            kwargs["removable"] = bool(
>>                  self.widget("disk-removable").get_active())
>>  
>>          if self.edited(EDIT_DISK_CACHE):
>> 
>
> ACK

pushed.

Thanks,
Giuseppe




More information about the virt-tools-list mailing list