save the config when we change an option in advanced config window
This commit is contained in:
parent
54ae5dc351
commit
4f6af83ef4
|
@ -33,6 +33,7 @@ class Advanced_window:
|
|||
modelrow = self.model[row]
|
||||
if gajim.config.set(modelrow[0], text):
|
||||
return
|
||||
self.plugin.save_config()
|
||||
modelrow[1] = text
|
||||
|
||||
def on_advanced_window_destroy(self, widget):
|
||||
|
|
Loading…
Reference in New Issue