save the config when we change an option in advanced config window

This commit is contained in:
Yann Leboulanger 2005-05-07 13:14:37 +00:00
parent 54ae5dc351
commit 4f6af83ef4
1 changed files with 1 additions and 0 deletions

View File

@ -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):