Author: mherger
Date: Mon Feb  8 06:09:13 2010
New Revision: 8463

URL: http://svn.slimdevices.com/jive?rev=8463&view=rev
Log:
Fixed Bug: 15631
Description: wake up the image viewer screensaver when tapping the screen

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

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerApplet.lua?rev=8463&r1=8462&r2=8463&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerApplet.lua
 Mon Feb  8 06:09:13 2010
@@ -289,6 +289,11 @@
                                self.dragOffset = 0
                        
                                return EVENT_CONSUME
+                               
+                       elseif type == EVENT_MOUSE_PRESS then
+                       
+                               -- on simple tapping the screen we'll wake up
+                               self:closeRemoteScreensaver()
 
                        elseif type == EVENT_SCROLL then
                        

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

Reply via email to