From e335c3678f8278dc4cc1114c11062ec3c5aad64f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 18 Jun 2007 15:52:56 +0000 Subject: Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-service --- 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() -- cgit v0.9.1