* src/ListModel.py: change __connect_model back to connect_model
2007-07-27 Don Allingham <don@gramps-project.org> svn: r8781
This commit is contained in:
parent
55a34e84bf
commit
43914bbe7b
@ -1,3 +1,6 @@
|
|||||||
|
2007-07-27 Don Allingham <don@gramps-project.org>
|
||||||
|
* src/ListModel.py: change __connect_model back to connect_model
|
||||||
|
|
||||||
2007-07-27 Don Allingham <don@gramps-project.org>
|
2007-07-27 Don Allingham <don@gramps-project.org>
|
||||||
* src/GrampsDbUtils/_GedcomParse.py: Handle broken gedcom, there
|
* src/GrampsDbUtils/_GedcomParse.py: Handle broken gedcom, there
|
||||||
the TYPE field is specified, but has no value (Heredis 9)
|
the TYPE field is specified, but has no value (Heredis 9)
|
||||||
|
@ -85,7 +85,7 @@ class ListModel:
|
|||||||
self.idmap = {}
|
self.idmap = {}
|
||||||
|
|
||||||
self.__build_columns(dlist)
|
self.__build_columns(dlist)
|
||||||
self.__connect_model()
|
self.connect_model()
|
||||||
|
|
||||||
if select_func:
|
if select_func:
|
||||||
self.selection.connect('changed', select_func)
|
self.selection.connect('changed', select_func)
|
||||||
@ -182,7 +182,7 @@ class ListModel:
|
|||||||
self.selection.set_mode(self.mode)
|
self.selection.set_mode(self.mode)
|
||||||
self.sel_iter = None
|
self.sel_iter = None
|
||||||
|
|
||||||
def __connect_model(self):
|
def connect_model(self):
|
||||||
"""
|
"""
|
||||||
Connects the model to the associated tree
|
Connects the model to the associated tree
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user