Author: mherger
Date: Wed Feb 10 07:02:50 2010
New Revision: 8475

URL: http://svn.slimdevices.com/jive?rev=8475&view=rev
Log:
Bug: 15651
Description: log file to be displayed when using inserted media. This should 
help debugging crashes in the 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=8475&r1=8474&r2=8475&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 10 07:02:50 2010
@@ -123,7 +123,9 @@
 
 function getImage(self)
        if self.imgFiles[self.currentImage] != nil then
-               local image = 
Surface:loadImage(self.imgFiles[self.currentImage])
+               local file = self.imgFiles[self.currentImage]
+               log:info("Next image in queue: ", file)
+               local image = Surface:loadImage(file)
                return image
        end
 end

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

Reply via email to