Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/optparser.py')
-rw-r--r--src/common/optparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/optparser.py b/src/common/optparser.py
index 9c2e51148..b90304b4d 100644
--- a/src/common/optparser.py
+++ b/src/common/optparser.py
@@ -706,7 +706,7 @@ class OptionsParser:
"""
dirs = ('../data', gajim.gajimpaths.root, gajim.DATA_DIR)
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
path = helpers.strip_soundfile_path(path, dirs, abs=False)
path = helpers.strip_soundfile_path(path, dirs, abs=True)