typo
This commit is contained in:
parent
4c8fb94601
commit
1bf6fa6643
1 changed files with 1 additions and 1 deletions
|
@ -1882,7 +1882,7 @@ class ServiceRegistrationWindow(DataFormWindow):
|
|||
class GroupchatConfigWindow(DataFormWindow):
|
||||
'''GroupchatConfigWindow class'''
|
||||
def __init__(self, account, room_jid, config = None):
|
||||
DataFormWindow.__init__(self, account, config = None)
|
||||
DataFormWindow.__init__(self, account, config)
|
||||
self.room_jid = room_jid
|
||||
self.remove_button = {}
|
||||
self.affiliation_treeview = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue