Support for DnD of alternate locations of a place

svn: r6198
This commit is contained in:
Martin Hawlisch
2006-03-23 16:41:51 +00:00
parent b2573566c1
commit 771b6c1c02
4 changed files with 41 additions and 1 deletions

View File

@ -1116,7 +1116,7 @@ class AddrEmbedList(EmbeddedList):
class LocationEmbedList(EmbeddedList):
_HANDLE_COL = 5
_DND_TYPE = DdTargets.ADDRESS
_DND_TYPE = DdTargets.LOCATION
_column_names = [
(_('City'), 0, 150),