Changes between Initial Version and Version 1 of Ticket #533, comment 3
- Timestamp:
- Nov 14, 2012, 4:44:51 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #533, comment 3
initial v1 11 11 }}} 12 12 13 For that matter, I wonder... what if the media manager has no fallback thumbnail either? maybe we should have a fallback-fallback thumbnail? so in the else: above have another if/else that checks to see if the media type provides such a thing; if so, use it, otherwise, use the generic media type one.13 * For that matter, I wonder... what if the media manager has no fallback thumbnail either? maybe we should have a fallback-fallback thumbnail? so in the else: above have another if/else that checks to see if the media type provides such a thing; if so, use it, otherwise, use the generic media type one. 14 14 15 How's that? 15 How's that? With that resolved I think this is good to merge.