Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sugar/p2p/network.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar/p2p/network.py b/sugar/p2p/network.py
index 8ba5ad9..91c51b4 100644
--- a/sugar/p2p/network.py
+++ b/sugar/p2p/network.py
@@ -185,6 +185,7 @@ class GlibXMLRPCTransport(xmlrpclib.Transport):
if len(response) == 1:
response = response[0]
gobject.idle_add(request_cb, RESULT_SUCCESS, response, user_data)
+ return False
class _Method:
"""Right, so python people thought it would be funny to make this