Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util
diff options
context:
space:
mode:
authoramartin <olpc@xo-05-28-21.localdomain>2008-02-13 07:55:06 (GMT)
committer amartin <olpc@xo-05-28-21.localdomain>2008-02-13 07:55:06 (GMT)
commit79d06d1d48049b682f9d6b1a92d18768835c4753 (patch)
tree2698b17636cc05020d3d81c4e39c817e911f5a88 /common/Util
parent99f90d6206f9840c8988615b95b05aa968490c88 (diff)
network
Diffstat (limited to 'common/Util')
-rw-r--r--common/Util/Network.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Util/Network.py b/common/Util/Network.py
index c2a5d07..dbbc97d 100644
--- a/common/Util/Network.py
+++ b/common/Util/Network.py
@@ -539,6 +539,7 @@ class Network:
con.recvBuf = con.recvBuf[con.waitingForData:]
con.waitingForData = 0
for func in self.processMessage[con.message]:
+ print "idle_add", func, con.message
gobject.idle_add( func, sock, con.message, data )
else:
return # wait for more data