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