Added url drag and drop

svn: r491
This commit is contained in:
Don Allingham
2001-10-19 01:47:41 +00:00
parent cf943fb178
commit 33b07ca7eb
2 changed files with 25 additions and 3 deletions

View File

@@ -61,6 +61,10 @@ def import_media_object(filename,path,base):
except:
GnomeErrorDialog(_("Could not create %s") % thumb)
path = "%s/%s" % (thumb,base)
mk_thumb(filename,path,const.thumbScale)
try:
path = "%s/%s" % (thumb,base)