* src/GrampsDbBase.py: correctly handle signals when undoing a

delete operation
* src/PeopleView.py: remove unused signal
* src/gramps_main.py: handle history mechanism with new signal scheme,
avoiding the double active-changed when selecting an element


svn: r4326
This commit is contained in:
Don Allingham
2005-04-09 00:31:39 +00:00
parent a83de42a94
commit f70a65446a
4 changed files with 43 additions and 70 deletions

View File

@@ -1,3 +1,10 @@
2005-04-08 Don Allingham <don@gramps-project.org>
* src/GrampsDbBase.py: correctly handle signals when undoing a
delete operation
* src/PeopleView.py: remove unused signal
* src/gramps_main.py: handle history mechanism with new signal scheme,
avoiding the double active-changed when selecting an element
2005-04-08 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/Utils.py (probably_alive): Added two more checks for birth and death year