little bugfix:

we can now edit sub-options
This commit is contained in:
Yann Leboulanger 2005-07-23 07:38:33 +00:00
parent 421af9c794
commit b1eb4ec9be
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class AdvancedConfigurationWindow:
if len(modelpath) > 1:
optnamerow = self.model[modelpath[0]]
optname = optnamerow[0]
keyrow = self.model[modelpath]
keyrow = self.model[modelpath[:2]]
key = keyrow[0]
if gajim.config.set_per(optname, key, option, text):
return