fix bad logic. c #1578
This commit is contained in:
parent
967d278541
commit
5b6adbef4a
|
@ -882,7 +882,7 @@ class PreferencesWindow:
|
||||||
|
|
||||||
def sound_toggled_cb(self, cell, path):
|
def sound_toggled_cb(self, cell, path):
|
||||||
model = self.sound_tree.get_model()
|
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):
|
def fill_sound_treeview(self):
|
||||||
model = self.sound_tree.get_model()
|
model = self.sound_tree.get_model()
|
||||||
|
|
Loading…
Reference in New Issue