svn: r7517
This commit is contained in:
Don Allingham 2006-10-30 17:04:14 +00:00
parent e5b1c14e70
commit 07b8a33a9f

View File

@ -667,8 +667,9 @@ class PersonView(PageView.PersonNavView):
pnode = self.model.get_iter(path)
self.model.row_inserted(path,pnode)
path = self.model.on_get_path(node)
tnode = self.model.get_iter((path[0],))
pnode = self.model.get_iter(path)
print top, path, pnode
print top, path, tnode, pnode
self.model.row_inserted(path,pnode)
def person_removed(self,handle_list):