group chat configuration window is now shown

This commit is contained in:
Yann Leboulanger 2005-06-10 12:16:32 +00:00
parent fb0bb05dfb
commit 796a8f61c1
1 changed files with 1 additions and 0 deletions

View File

@ -2137,6 +2137,7 @@ class Groupchat_config_window:
self.config_table = self.xml.get_widget('config_table')
self.fill_table()
self.xml.signal_autoconnect(self)
self.window.show_all()
def on_groupchat_config_window_destroy(self, widget):
del self.plugin.windows[self.account]['gc_config'][self.room_jid]