fix child reordering
svn: r4599
This commit is contained in:
@@ -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>
|
2005-05-15 Don Allingham <don@gramps-project.org>
|
||||||
* src/ChooseParents.py: redraw window properly after person add
|
* src/ChooseParents.py: redraw window properly after person add
|
||||||
* src/DisplayModels.py: provide sorting support
|
* src/DisplayModels.py: provide sorting support
|
||||||
|
@@ -260,8 +260,7 @@ class FamilyView:
|
|||||||
DdTargets.PERSON_LINK.target()],
|
DdTargets.PERSON_LINK.target()],
|
||||||
ACTION_COPY)
|
ACTION_COPY)
|
||||||
self.child_list.drag_source_set(BUTTON1_MASK,
|
self.child_list.drag_source_set(BUTTON1_MASK,
|
||||||
[DdTargets.CHILD.target(),
|
[DdTargets.CHILD.target()],
|
||||||
DdTargets.PERSON_LINK.target()],
|
|
||||||
ACTION_COPY)
|
ACTION_COPY)
|
||||||
self.child_list.connect('drag_data_get', self.drag_data_get)
|
self.child_list.connect('drag_data_get', self.drag_data_get)
|
||||||
self.child_list.connect('drag_data_received',self.drag_data_received)
|
self.child_list.connect('drag_data_received',self.drag_data_received)
|
||||||
|
Reference in New Issue
Block a user