Author: duncan
Date: Mon Dec 10 14:47:37 2007
New Revision: 10199

Log:
Missed the important fix, getting the surface when there was no cover


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

Modified: branches/rel-1/freevo/src/audio/plugins/mplayervis.py
==============================================================================
--- branches/rel-1/freevo/src/audio/plugins/mplayervis.py       (original)
+++ branches/rel-1/freevo/src/audio/plugins/mplayervis.py       Mon Dec 10 
14:47:37 2007
@@ -274,9 +274,9 @@
         # draw the cover
         if not self.running:
             return self.running
+        gooms = pygoom.get_surface()
         if self.coversurf:
             self.state()
-            gooms = pygoom.get_surface()
             if self.alpha > 0:
                 s, x, y = self.coversurf
                 _debug_('self.alpha=%r' % (self.alpha,), 2)

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to