close the gc_configuration window when we press Change button

This commit is contained in:
Yann Leboulanger 2005-04-21 18:36:27 +00:00
parent 8d808eaa30
commit b761d0701a
1 changed files with 1 additions and 0 deletions

View File

@ -1898,6 +1898,7 @@ class Groupchat_config_window:
def on_change_button_clicked(self, widget):
gajim.connections[self.account].send_gc_config(self.room_jid, self.config)
self.window.destroy()
def on_checkbutton_toggled(self, widget, index):
self.config[index]['values'][0] = widget.get_active()