Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/chat/Chat.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-24 22:36:42 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-24 22:36:42 (GMT)
commit03d82108d71e4cbc0b8e32ef83d9dcca8a6277a6 (patch)
tree66f3d984e3d8314d47e2fd9b7309de36cff9b8d0 /sugar/chat/Chat.py
parentbae47abd09dde8e6700646a8911c3b0e0b470cd6 (diff)
Write a chat activity, remove some unused code
Diffstat (limited to 'sugar/chat/Chat.py')
-rw-r--r--sugar/chat/Chat.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar/chat/Chat.py b/sugar/chat/Chat.py
index ddecefb..eb1b4da 100644
--- a/sugar/chat/Chat.py
+++ b/sugar/chat/Chat.py
@@ -246,6 +246,9 @@ class Chat(gtk.VBox):
self._insert_sketch(buddy, chunk)
return
+ def set_stream_writer(self, stream_writer):
+ self._stream_writer = stream_writer
+
def send_sketch(self, svgdata):
if not svgdata or not len(svgdata):
return