Missed a bracket
This commit is contained in:
parent
43527d23d0
commit
5e5dba080b
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ class OptionsParser:
|
||||||
"""
|
"""
|
||||||
dirs = ['../data', gajim.gajimpaths.data_root, gajim.DATA_DIR]
|
dirs = ['../data', gajim.gajimpaths.data_root, gajim.DATA_DIR]
|
||||||
if os.name != 'nt':
|
if os.name != 'nt':
|
||||||
dirs.append(os.path.expanduser(u'~/.gajim')
|
dirs.append(os.path.expanduser(u'~/.gajim'))
|
||||||
for evt in gajim.config.get_per('soundevents'):
|
for evt in gajim.config.get_per('soundevents'):
|
||||||
path = gajim.config.get_per('soundevents', evt, 'path')
|
path = gajim.config.get_per('soundevents', evt, 'path')
|
||||||
# absolute and relative passes are necessary
|
# absolute and relative passes are necessary
|
||||||
|
|
Loading…
Add table
Reference in a new issue