Hi Antonio, On Sun, Feb 3, 2013 at 12:14 PM, Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx> wrote: > @@ -724,17 +724,7 @@ static void set_trust(GDBusPendingPropertySet id, gboolean value, void *data) > { > struct btd_device *device = data; > > - if (device->trusted == value) { > - g_dbus_pending_property_success(id); > - return; > - } > - > - device->trusted = value; > - > - store_device_info(device); > - > - g_dbus_emit_property_changed(dbus_conn, device->path, > - DEVICE_INTERFACE, "Trusted"); > + device_set_trusted(device, value); > > g_dbus_pending_property_success(id); g_dbus_pending_property_success() is now called always (whether the property changed or not). Not sure if this is an issue, but it is a change that needs at least a clarification on the commit message. Best Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html