* src/gramps_main.py (change_active_person): Dont change to the current active person again.

* src/FamilyView.py (drag_data_received): Allow reordering of childs when they were not correctly ordered before.


svn: r4725
This commit is contained in:
Martin Hawlisch
2005-05-28 06:21:37 +00:00
parent 811014e1c2
commit d120265624
4 changed files with 22 additions and 1 deletions

View File

@@ -308,6 +308,7 @@ class SelectChild:
self.top)
return
# TODO: Add child ordered by birth day
self.family.add_child_handle(select_child.get_handle())
mrel = self.mrel.get_active()