already in chat.py

This commit is contained in:
Yann Leboulanger 2005-03-16 20:59:42 +00:00
parent 608d3542d0
commit b9bdb1c98b
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ class Groupchat_window(Chat):
self.nicks = {}
self.list_treeview = {}
self.subjects = {}
self.account = account
self.new_group(room_jid, nick)
self.show_title()
self.xml.signal_connect('on_groupchat_window_destroy', \