fix child reordering

svn: r4599
This commit is contained in:
Don Allingham
2005-05-16 19:33:19 +00:00
parent 1d1fab4eb9
commit 733d5d4e00
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2005-05-16 Don Allingham <don@gramps-project.org>
* src/FamilyView.py: fix reordering of children in family view
2005-05-15 Don Allingham <don@gramps-project.org>
* src/ChooseParents.py: redraw window properly after person add
* src/DisplayModels.py: provide sorting support

View File

@ -260,8 +260,7 @@ class FamilyView:
DdTargets.PERSON_LINK.target()],
ACTION_COPY)
self.child_list.drag_source_set(BUTTON1_MASK,
[DdTargets.CHILD.target(),
DdTargets.PERSON_LINK.target()],
[DdTargets.CHILD.target()],
ACTION_COPY)
self.child_list.connect('drag_data_get', self.drag_data_get)
self.child_list.connect('drag_data_received',self.drag_data_received)