little bugfix:
we can now edit sub-options
This commit is contained in:
parent
421af9c794
commit
b1eb4ec9be
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class AdvancedConfigurationWindow:
|
||||||
if len(modelpath) > 1:
|
if len(modelpath) > 1:
|
||||||
optnamerow = self.model[modelpath[0]]
|
optnamerow = self.model[modelpath[0]]
|
||||||
optname = optnamerow[0]
|
optname = optnamerow[0]
|
||||||
keyrow = self.model[modelpath]
|
keyrow = self.model[modelpath[:2]]
|
||||||
key = keyrow[0]
|
key = keyrow[0]
|
||||||
if gajim.config.set_per(optname, key, option, text):
|
if gajim.config.set_per(optname, key, option, text):
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue