Fix get_published_values to actually return the dict.

Get rid of the activity title property, we are not using it anyway.
This commit is contained in:
Marco Pesenti Gritti
2006-10-13 13:03:24 +02:00
parent 395472edea
commit 1df5b0020d
2 changed files with 5 additions and 6 deletions
+1
View File
@@ -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):