set value of player not only gui (but that should have been enough)

This commit is contained in:
Nikos Kouremenos 2005-08-21 19:09:31 +00:00
parent 208fd473d5
commit 25acbbe478
1 changed files with 2 additions and 0 deletions

View File

@ -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)