disable the unpair button for peripherals of a Nano receiver

This commit is contained in:
Daniel Pavel 2013-06-20 17:21:58 +02:00
parent 1d9a3bf23a
commit 2fea5d9af2
1 changed files with 1 additions and 0 deletions

View File

@ -551,6 +551,7 @@ def _update_device_panel(device, panel, buttons, full=False):
panel._lux.set_visible(False)
buttons._pair.set_visible(False)
buttons._unpair.set_sensitive(device.receiver.unifying_supported)
buttons._unpair.set_visible(True)
panel.set_visible(True)