Fixed unintialized event in EventEditor, and fixe thumbnails for drag and drop

svn: r498
This commit is contained in:
Don Allingham
2001-10-20 00:54:46 +00:00
parent 0802142434
commit ab27716001
3 changed files with 8 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ def import_media_object(filename,path,base):
try:
path = "%s/%s" % (thumb,base)
mk_thumb(filename,path,const.thumbScale)
if type == "image/jpeg":