Author: mherger
Date: Wed Feb 17 21:51:35 2010
New Revision: 8520

URL: http://svn.slimdevices.com/jive?rev=8520&view=rev
Log:
Bug: n/a
Description: enable BMP in ImageViewer

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceCard.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceCard.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceCard.lua?rev=8520&r1=8519&r2=8520&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceCard.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceCard.lua
 Wed Feb 17 21:51:35 2010
@@ -84,6 +84,7 @@
                                                        -- check for supported 
file type
                                                        if 
string.find(string.lower(fullpath), "%pjpe*g")
                                                                        or 
string.find(string.lower(fullpath), "%ppng") 
+                                                                       or 
string.find(string.lower(fullpath), "%pbmp") 
                                                                        or 
string.find(string.lower(fullpath), "%pgif") then
                                                                -- 
log:info(fullpath)
                                                                
table.insert(self.imgFiles, fullpath)

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to