Removed hacky flag; don't know why it was needed
svn: r13811
This commit is contained in:
@ -168,9 +168,8 @@ class SimpleTable(object):
|
||||
elif self.__link[index]:
|
||||
objclass, handle = self.__link[index]
|
||||
if objclass == 'Person':
|
||||
if self.simpledoc.doc.change_active:
|
||||
person = self.access.dbase.get_person_from_handle(handle)
|
||||
self.simpledoc.doc.dbstate.change_active_person(person)
|
||||
person = self.access.dbase.get_person_from_handle(handle)
|
||||
self.simpledoc.doc.dbstate.change_active_person(person)
|
||||
return True
|
||||
return False # didn't handle event
|
||||
|
||||
|
Reference in New Issue
Block a user