2006-09-03 Don Allingham <don@gramps-project.org>

* src/ScratchPad.py: add dnd support for MediaRefs (bug #417)
	* src/DdTargets.py: add dnd support for MediaRefs (bug #417)



svn: r7301
This commit is contained in:
Don Allingham
2006-09-03 22:14:47 +00:00
parent 27a0993f03
commit 520e7eb18b
3 changed files with 30 additions and 5 deletions

View File

@@ -141,14 +141,14 @@ class _DdTargets(object):
self.NAME,
self.REPOREF,
self.MEDIAOBJ,
self.MEDIAREF,
self.REPO_LINK,
self.SOURCE_LINK,
self.PERSON_LINK,
self.PERSON_LINK_LIST]
self.CHILD = _DdType(self,'child')
self.SPOUSE = _DdType(self,'spouse')
self.CHILD = _DdType(self,'child')
self.SPOUSE = _DdType(self,'spouse')
self.TEXT = _DdType(self,'TEXT',0,1)
self.TEXT_MIME = _DdType(self,'text/plain',0,0)
self.STRING = _DdType(self,'STRING', 0, 2)