Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/presenceservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/presenceservice.py')
-rw-r--r--src/presenceservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presenceservice.py b/src/presenceservice.py
index e6fb895..30b9079 100644
--- a/src/presenceservice.py
+++ b/src/presenceservice.py
@@ -703,7 +703,7 @@ class PresenceService(ExportedGObject):
@dbus.service.method(_PRESENCE_INTERFACE,
in_signature='', out_signature="so")
def GetPreferredConnection(self):
- tp = self._get_preferred_plugin
+ tp = self._get_preferred_plugin()
if tp is None:
raise NotFoundError('No connection is available')
conn = tp.get_connection()