Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/chat/GroupChat.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-06-15 20:51:30 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-06-15 20:51:30 (GMT)
commit1b611fc842f29270479013cd0b8635d3efcccdfe (patch)
treebe515fe519e580f7b3e3478ca47bc4e8041c49b5 /sugar/chat/GroupChat.py
parentc05bc5a669c8a333e902ae02ab3d55c4307cf56f (diff)
More chat refactoring
Diffstat (limited to 'sugar/chat/GroupChat.py')
-rw-r--r--sugar/chat/GroupChat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/chat/GroupChat.py b/sugar/chat/GroupChat.py
index 3eb03d4..9420094 100644
--- a/sugar/chat/GroupChat.py
+++ b/sugar/chat/GroupChat.py
@@ -8,7 +8,7 @@ GROUP_CHAT_SERVICE_PORT = 6200
class GroupChat(Chat):
def __init__(self):
- Chat.__init__(self, self)
+ Chat.__init__(self)
self._chats = {}
def get_group(self):