Author: dmeyer
Date: Sun Aug 20 16:39:50 2006
New Revision: 8214

Modified:
   trunk/ui/src/playlist.py

Log:
make playlists work again

Modified: trunk/ui/src/playlist.py
==============================================================================
--- trunk/ui/src/playlist.py    (original)
+++ trunk/ui/src/playlist.py    Sun Aug 20 16:39:50 2006
@@ -453,6 +453,8 @@
         Handle playlist specific events
         """
         if event == PLAY_START and event.arg in self.playlist:
+            # FIXME: remove this after application update
+            self.select(event.arg)
             # a new item started playing, cache next (if supported)
             if self.next_pos is not None and \
                    hasattr(self.choices[self.next_pos], 'cache'):

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