Author: duncan
Date: Thu Feb  8 18:54:56 2007
New Revision: 9180

Modified:
   branches/rel-1/freevo/src/plugins/screensaver/__init__.py

Log:
Fixed redraw when a button has been pressed


Modified: branches/rel-1/freevo/src/plugins/screensaver/__init__.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/screensaver/__init__.py   (original)
+++ branches/rel-1/freevo/src/plugins/screensaver/__init__.py   Thu Feb  8 
18:54:56 2007
@@ -146,6 +146,7 @@
                 self.__run_screensaver__(current_saver)
 
         self.screensaver_showing = False
+        skin.force_redraw = True
         skin.redraw()
         _debug_('Screensaver thread stopped')
         
@@ -190,7 +191,7 @@
         Returns the number of frames per second the saver
         wants to run at.
         """
-        return 25
+        return 50
 
     
     def stop(self):

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to