From f6c5b63a589f923f2e7ea3f8f2f5c7f94db9981e Mon Sep 17 00:00:00 2001 From: Dafydd Harries Date: Mon, 30 Apr 2007 18:43:43 +0100 Subject: [PATCH] don't return unused value from D-Bus signal callback --- services/presence/server_plugin.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/presence/server_plugin.py b/services/presence/server_plugin.py index ec49f32e..ddbee414 100644 --- a/services/presence/server_plugin.py +++ b/services/presence/server_plugin.py @@ -501,8 +501,6 @@ class ServerPlugin(gobject.GObject): state -- CONNECTION_STATUS_* reason -- integer code describing the reason... - - returns False XXX what does that mean? """ if state == CONNECTION_STATUS_CONNECTING: logging.debug("State: connecting...") @@ -517,7 +515,6 @@ class ServerPlugin(gobject.GObject): if reason == CONNECTION_STATUS_REASON_AUTHENTICATION_FAILED: # FIXME: handle connection failure; retry later? pass - return False def start(self): """Start up the Telepathy networking connections