Update of /cvsroot/freevo/freevo/src/application
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8388/src/application

Modified Files:
        menuapp.py 
Log Message:
renamed SKIN_* and OSD_* variables to GUI_*

Index: menuapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/application/menuapp.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** menuapp.py  20 Nov 2004 18:22:59 -0000      1.3
--- menuapp.py  31 Dec 2004 11:57:39 -0000      1.4
***************
*** 45,49 ****
              self.engine.show(0)
          elif self.engine:
!             self.engine.show(config.OSD_FADE_STEPS)
      
  
--- 45,49 ----
              self.engine.show(0)
          elif self.engine:
!             self.engine.show(config.GUI_FADE_STEPS)
      
  
***************
*** 59,63 ****
              self.engine.hide(0)
          elif self.engine:
!             self.engine.hide(config.OSD_FADE_STEPS)
  
      
--- 59,63 ----
              self.engine.hide(0)
          elif self.engine:
!             self.engine.hide(config.GUI_FADE_STEPS)
  
      



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to