fixed clean-up of config panel when unpairing devices
This commit is contained in:
parent
e19b690bd5
commit
613b115eb4
|
|
@ -203,6 +203,7 @@ def clean(device_id):
|
||||||
sbox = _items[k]
|
sbox = _items[k]
|
||||||
if sbox.get_name() == device_id:
|
if sbox.get_name() == device_id:
|
||||||
del _items[k]
|
del _items[k]
|
||||||
|
_box.remove(sbox)
|
||||||
|
|
||||||
|
|
||||||
def destroy():
|
def destroy():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue