* src/DataViews/_RelationView.py (change_person): Break endless loop by passing the return values from _change_person.
svn: r7779
This commit is contained in:
@@ -373,10 +373,11 @@ class RelationshipView(PageView.PersonNavView):
|
||||
|
||||
def change_person(self, obj):
|
||||
try:
|
||||
self._change_person(obj)
|
||||
return self._change_person(obj)
|
||||
except AttributeError, msg:
|
||||
from QuestionDialog import RunDatabaseRepair
|
||||
RunDatabaseRepair(msg)
|
||||
return True
|
||||
|
||||
def _change_person(self, obj):
|
||||
if self.redrawing:
|
||||
|
||||
Reference in New Issue
Block a user