details.py: fix typo
s|removeable|removable| Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1112629 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
48be09a997
commit
eb5b261311
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue