Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-08-20 19:56:49 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-08-20 19:56:49 (GMT)
commitd0caf992776cf44ac71878cd6f8a808d60f651fb (patch)
treeb4f1ee66fb574fa789df7edc7f6be84e82f6a626 /sugar/presence
parent4e9c8c6e111ca48cec0ee66311e8f115cb2d4cbf (diff)
#2299: Really fix buddy properties coming through as arrays of bytes
Diffstat (limited to 'sugar/presence')
-rw-r--r--sugar/presence/buddy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/presence/buddy.py b/sugar/presence/buddy.py
index ef283df..809748f 100644
--- a/sugar/presence/buddy.py
+++ b/sugar/presence/buddy.py
@@ -103,7 +103,7 @@ class Buddy(gobject.GObject):
def _get_properties_helper(self):
"""Retrieve the Buddy's property dictionary from the service object
"""
- props = self._buddy.GetProperties()
+ props = self._buddy.GetProperties(byte_arrays=True)
if not props:
return {}
return props