Author: duncan
Date: Sun Feb  4 19:50:43 2007
New Revision: 9158

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

Log:
The double backslash does not seem to depend on the version of lcdproc


Modified: branches/rel-1/freevo/src/plugins/lcd.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/lcd.py    (original)
+++ branches/rel-1/freevo/src/plugins/lcd.py    Sun Feb  4 19:50:43 2007
@@ -704,7 +704,7 @@
         if self.version.startswith( "0.5" ):
             self.animation_audioplayer_chars = ['-','\\','|','/']
         elif self.version.startswith( "0.4" ):
-            self.animation_audioplayer_chars = ['-','\\\\','|','/']
+            self.animation_audioplayer_chars = ['-','\\','|','/']
         else:
             self.disable = 1
             log.warning( "Unsupported LCDd version: %s" % ( self.version, ) )

-------------------------------------------------------------------------
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