Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tacollaboration.py
diff options
context:
space:
mode:
authorRaul Gutierrez Segales <raul.gutierrez.segales@collabora.co.uk>2011-01-31 17:37:32 (GMT)
committer Raul Gutierrez Segales <raul.gutierrez.segales@collabora.co.uk>2011-01-31 17:39:04 (GMT)
commit02d6433b3e0084bc02e4b2a6fcefef64eac5cca0 (patch)
tree3928cffdeef440cbc3834fc4414f8453539b1cd0 /TurtleArt/tacollaboration.py
parentcb6bb97d417460c72d9b000bf2bbf05e03cf1296 (diff)
Simplified the logic of sending events for the Sugar and non-Sugar case
Diffstat (limited to 'TurtleArt/tacollaboration.py')
-rw-r--r--TurtleArt/tacollaboration.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/tacollaboration.py b/TurtleArt/tacollaboration.py
index 3760d15..4ade7d1 100644
--- a/TurtleArt/tacollaboration.py
+++ b/TurtleArt/tacollaboration.py
@@ -22,6 +22,7 @@ class Collaboration():
def __init__(self, tw, activity):
""" A simplistic sharing model: the sharer is the master """
self._tw = tw
+ self._tw.send_event = self.send_event
self._activity = activity
def setup(self):