set value of player not only gui (but that should have been enough)
This commit is contained in:
parent
208fd473d5
commit
25acbbe478
|
@ -300,8 +300,10 @@ class PreferencesWindow:
|
|||
for command in commands:
|
||||
if helpers.is_in_path(command):
|
||||
self.xml.get_widget('soundplayer_entry').set_text(command)
|
||||
gajim.config.set('soundplayer', command)
|
||||
break
|
||||
|
||||
|
||||
#sounds treeview
|
||||
self.sound_tree = self.xml.get_widget('sounds_treeview')
|
||||
model = gtk.ListStore(str, bool, str)
|
||||
|
|
Loading…
Reference in New Issue