Author: duncan
Date: Sun Oct  1 12:37:00 2006
New Revision: 8297

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

Log:
[ 1563153 ] freevo-1.5.4 with LCDproc-0.5 & later
Fixed syntax error, hopefully.


Modified: branches/rel-1-5/freevo/src/plugins/lcd.py
==============================================================================
--- branches/rel-1-5/freevo/src/plugins/lcd.py  (original)
+++ branches/rel-1-5/freevo/src/plugins/lcd.py  Sun Oct  1 12:37:00 2006
@@ -724,9 +724,8 @@
         # Some displays (like the CrytstalFontz) do display the \ as a /
         if self.version.startswith( "0.5" ):
             self.animation_audioplayer_chars = ['-','\\','|','/']
-        else:
+        elif self.version.startswith( "0.4" ):
             self.animation_audioplayer_chars = ['-','\\\\','|','/']
-
         else:
             self.disable = 1
             log.warning( "Unsupported LCDd version: %s" % ( self.version, ) )

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to