Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--services/presence/presenceservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/presence/presenceservice.py b/services/presence/presenceservice.py
index 46ac1a2..7f1df8f 100644
--- a/services/presence/presenceservice.py
+++ b/services/presence/presenceservice.py
@@ -306,7 +306,7 @@ class PresenceService(DBusGObject):
if not self._owner:
raise NotFoundError("The owner was not found.")
else:
- return self._owner.get_object_path()
+ return self._owner.object_path()
@dbus.service.method(_PRESENCE_INTERFACE, in_signature="sssa{sv}",
out_signature="o", async_callbacks=('async_cb', 'async_err_cb'))