fixed clean-up of config panel when unpairing devices

This commit is contained in:
Daniel Pavel 2013-06-21 16:51:39 +02:00
parent e19b690bd5
commit 613b115eb4
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ def clean(device_id):
sbox = _items[k]
if sbox.get_name() == device_id:
del _items[k]
_box.remove(sbox)
def destroy():