hide the confix box when the device goes inactive

This commit is contained in:
Daniel Pavel 2012-12-14 06:45:51 +02:00
parent 83886fbcf1
commit a42e696695
1 changed files with 2 additions and 0 deletions

View File

@ -411,6 +411,8 @@ def _update_device_box(frame, dev):
light_label.set_visible(False)
not_encrypted_icon.set_visible(False)
frame._toolbar.get_children()[-1].set_active(False)
frame.set_visible(True)
_config_panel.update(frame)