This commit is contained in:
Nikos Kouremenos 2005-08-25 20:31:49 +00:00
parent 84bf980787
commit bc8a20f907
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ class PreferencesWindow:
# sound player
player = gajim.config.get('soundplayer')
self.xml.get_widget('soundplayer_entry').set_text(command)
self.xml.get_widget('soundplayer_entry').set_text(player)
if player == '': # only on first time Gajim starts
commands = ('esdplay', 'artsplay', 'aplay', 'play')
for command in commands: