fix bad logic. c #1578

This commit is contained in:
Nikos Kouremenos 2006-02-17 19:43:31 +00:00
parent 967d278541
commit 5b6adbef4a

View file

@ -882,7 +882,7 @@ class PreferencesWindow:
def sound_toggled_cb(self, cell, path):
model = self.sound_tree.get_model()
model[path][1] = not model[path][1]
model[path][0] = not model[path][0]
def fill_sound_treeview(self):
model = self.sound_tree.get_model()