Fix blend_file_drop_poll so that it will allow dropping blend files
that do not have previews, which have different icon. This allows
dragging blend backup files (.blend1) too.
The small icon used to represent blend files used to be the blender logo. This was changed to one that looks like a smaller logo inside of a document. Unfortunately this looks funny when in Thumbnail view and the blend file does not have a preview, which means you get a document with a blend logo inside a larger document. I recently changed that so that it used just a blender logo in the large document in this case.
Unfortunately the drag and drop poll function, which gives a "yah/nay" if a drop is allowed, only checks for the icon. This patch changes the allowed icons from just ICON_FILE_BLEND to ICON_FILE_BLEND, ICON_BLENDER, ICON_FILE_BACKUP. Note that this allows dragging of blender backup files (.blend1) which appears to have never worked.