From 66a654ba97ddba05b1c96d6329e4f43cee6c2465 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 6 Sep 2005 15:50:05 +0000 Subject: [PATCH] first aplay then play then daemons play --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 8e54d4029..dc5635cc2 100644 --- a/src/config.py +++ b/src/config.py @@ -309,7 +309,7 @@ class PreferencesWindow: player = gajim.config.get('soundplayer') self.xml.get_widget('soundplayer_entry').set_text(player) if player == '': # only on first time Gajim starts - commands = ('esdplay', 'artsplay', 'aplay', 'play') + commands = ('aplay', 'play'. 'esdplay', 'artsplay') for command in commands: if helpers.is_in_path(command): self.xml.get_widget('soundplayer_entry').set_text(command)