From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- test/map-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/map-client b/test/map-client index dbb67df..2075844 100755 --- a/test/map-client +++ b/test/map-client @@ -117,7 +117,7 @@ class MapClient: path = self.path + "/message" + handle obj = bus.get_object("org.bluez.obex.client", path) msg = dbus.Interface(obj, "org.bluez.obex.Message") - msg.Get("",reply_handler=self.create_transfer_reply, + msg.Get("", True, reply_handler=self.create_transfer_reply, error_handler=self.error) if __name__ == '__main__': -- 1.7.11.4 -- 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