Return correct GSource callback return value

This commit is contained in:
Dan Williams 2006-06-05 10:46:26 -04:00
parent f2161d533b
commit 46a6122d26

View File

@ -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