Some work to make group chat work again

This commit is contained in:
Marco Pesenti Gritti
2006-06-18 01:05:40 -04:00
parent afc587212e
commit b4413fe3c2
5 changed files with 30 additions and 39 deletions
+2 -1
View File
@@ -80,7 +80,7 @@ class ActivityHost(dbus.service.Object):
self._create_chat()
def _create_chat(self):
self._group_chat = GroupChat()
self._group_chat = GroupChat(self)
def get_chat(self):
return self._group_chat
@@ -95,6 +95,7 @@ class ActivityHost(dbus.service.Object):
pass
def publish(self):
self._group_chat.publish()
self.peer_service.publish()
def tab_close_button_clicked(self, button):