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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user