add ossplay to the list of tested soundplayer. Fixes #5061

This commit is contained in:
Yann Leboulanger 2009-06-04 18:26:25 +02:00
parent c7d4dc8bee
commit b6475d07e6
1 changed files with 1 additions and 1 deletions

View File

@ -3463,7 +3463,7 @@ class Interface:
if gajim.config.get('soundplayer') == '':
# only on first time Gajim starts
commands = ('aplay', 'play', 'esdplay', 'artsplay')
commands = ('aplay', 'play', 'esdplay', 'artsplay', 'ossplay')
for command in commands:
if helpers.is_in_path(command):
if command == 'aplay':