svn: r4755
This commit is contained in:
Alex Roitman
2005-06-02 04:30:04 +00:00
parent 778b584916
commit 11eb15ec52
6 changed files with 60 additions and 31 deletions

View File

@@ -42,7 +42,7 @@ class ListModel:
self.mylist = []
self.data_index = 0
for l in dlist:
if l[3] == TOGGLE:
if l[2] == TOGGLE:
self.mylist.append(TYPE_BOOLEAN)
else:
self.mylist.append(TYPE_STRING)