Ratbagd: emit notify::devices when the devices change

This commit is contained in:
Jente Hidskes
2017-08-09 14:49:59 +02:00
committed by Peter Hutterer
parent ff568ca4e4
commit 2dca35d6ab

View File

@@ -242,6 +242,7 @@ class Ratbagd(_RatbagdDBus):
if device._object_path not in changed_props["Devices"]:
self._devices.remove(device)
self.emit("device-removed", device)
self.notify("devices")
@GObject.Property
def devices(self):