close the gc_configuration window when we press Change button
This commit is contained in:
parent
8d808eaa30
commit
b761d0701a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue