typo
This commit is contained in:
parent
84bf980787
commit
bc8a20f907
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue