changeset 26b20d885e39 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=26b20d885e39
description: add ossplay to the list of tested soundplayer. Fixes #5061
diffstat:

 src/gajim.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 403205c854bf -r 26b20d885e39 src/gajim.py
--- a/src/gajim.py      Thu Jun 04 18:06:50 2009 +0200
+++ b/src/gajim.py      Thu Jun 04 18:26:25 2009 +0200
@@ -3463,7 +3463,7 @@
 
                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':
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to