Fix for dbus 0.61
This commit is contained in:
parent
86bd6f50f0
commit
2647b96433
@ -612,7 +612,7 @@ class PresenceService(object):
|
|||||||
|
|
||||||
# Add properties; ensure they are converted to ByteArray types
|
# Add properties; ensure they are converted to ByteArray types
|
||||||
# because python sometimes can't figure that out
|
# because python sometimes can't figure that out
|
||||||
info = dbus.Array([])
|
info = dbus.Array([], signature="ab")
|
||||||
for k, v in properties.items():
|
for k, v in properties.items():
|
||||||
info.append(dbus.types.ByteArray("%s=%s" % (k, v)))
|
info.append(dbus.types.ByteArray("%s=%s" % (k, v)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user