From 1bf6fa664324cfa9f008be0b332fa2cfcc7bb53d Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 7 Feb 2006 23:31:02 +0000 Subject: [PATCH] typo --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 9de298b7f..1b5d83e09 100644 --- a/src/config.py +++ b/src/config.py @@ -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 = {}