Diff between c2403e9ea3ef9324a2752c23cd3b23c22ea013e0 and 168478c05077fd5a58ec62ecb82b78203e0ddebb

Changed Files

File Additions Deletions Status
src/device.c +2 -0 modified

Full Patch

diff --git a/src/device.c b/src/device.c
index 5380c1a..d7a00ec 100644
--- a/src/device.c
+++ b/src/device.c
@@ -2285,6 +2285,8 @@ void device_set_class(struct btd_device *device, uint32_t class)
 
 	g_dbus_emit_property_changed(dbus_conn, device->path,
 						DEVICE_INTERFACE, "Class");
+	g_dbus_emit_property_changed(dbus_conn, device->path,
+						DEVICE_INTERFACE, "Icon");
 }
 
 uint32_t btd_device_get_class(struct btd_device *device)