* src/gramps.glade:

svn: r4756
This commit is contained in:
Don Allingham
2005-06-02 04:44:51 +00:00
parent 11eb15ec52
commit 1946c31ba6
7 changed files with 47 additions and 54 deletions

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