* src/ChooseParents.py: disconnect signals on close, do fewer

commits


svn: r5096
This commit is contained in:
Don Allingham
2005-08-17 16:53:21 +00:00
parent 63a66789a8
commit b2e194b8ec
3 changed files with 25 additions and 25 deletions

View File

@@ -281,7 +281,7 @@ class GrampsDbBase(GrampsDBCallback.GrampsDBCallback):
as part of the transaction.
"""
if self.readonly or not person or not person.get_handle():
return
return
if change_time:
person.change = int(change_time)
else: