Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-13 11:03:24 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-13 11:03:24 (GMT)
commit1df5b0020df173a5d15c90aa08167c19455cb6e2 (patch)
tree79429493ee0b1c899bfefcbd59cfbe3e94c7ad49 /sugar/presence
parent395472edea6fe56d48028a65176ea62dcb2ee83a (diff)
Fix get_published_values to actually return the dict.
Get rid of the activity title property, we are not using it anyway.
Diffstat (limited to 'sugar/presence')
-rw-r--r--sugar/presence/Service.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar/presence/Service.py b/sugar/presence/Service.py
index 815d0d7..3b071c3 100644
--- a/sugar/presence/Service.py
+++ b/sugar/presence/Service.py
@@ -53,6 +53,7 @@ class Service(gobject.GObject):
def get_published_values(self):
self._pubvals = self._service.getPublishedValues()
+ return self._pubvals
def set_published_value(self, key, value):
if self._pubvals.has_key(key):