Author: dmeyer
Date: Tue Oct 24 19:01:35 2006
New Revision: 8469

Modified:
   trunk/ui/src/playlist.py

Log:
fix display_type / type renaming

Modified: trunk/ui/src/playlist.py
==============================================================================
--- trunk/ui/src/playlist.py    (original)
+++ trunk/ui/src/playlist.py    Tue Oct 24 19:01:35 2006
@@ -349,7 +349,7 @@
         play the playlist in random order
         """
         Playlist(playlist=self.playlist, parent=self.parent,
-                 display_type=self.display_type, random=True,
+                 type=self.display_type, random=True,
                  repeat=self.repeat).play()
 
 
@@ -565,7 +565,7 @@
         for suffix in self.suffix():
             for filename in listing.get(suffix):
                 items.append(Playlist(playlist=filename.filename, 
parent=parent,
-                                      display_type=display_type, build=True))
+                                      type=display_type, build=True))
         return items
 
 
@@ -602,7 +602,7 @@
                 items.append(fname)
 
         pl = Playlist('', items, fxd.getattr(None, 'parent', None),
-                      display_type=fxd.getattr(None, 'display_type'),
+                      type=fxd.getattr(None, 'display_type'),
                       build=True, random=fxd.getattr(node, 'random', 0),
                       repeat=fxd.getattr(node, 'repeat', 0))
 

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