Do not enable sound when selecting a sound event line. Fixes #2145.

This commit is contained in:
Jean-Marie Traissard 2006-07-08 11:01:20 +00:00
parent 48bd4fe846
commit 8660b503a9
1 changed files with 0 additions and 1 deletions

View File

@ -972,7 +972,6 @@ class PreferencesWindow:
path_to_snd_file = widget.get_text()
model, iter = self.sound_tree.get_selection().get_selected()
model[iter][2] = path_to_snd_file # set new path to sounds_model
model[iter][0] = True # set the sound to enabled
def on_play_button_clicked(self, widget):
model, iter = self.sound_tree.get_selection().get_selected()