Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9717

Modified Files:
        mediamenu.py 
Log Message:
handle directory stuff as strings

Index: mediamenu.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/mediamenu.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** mediamenu.py        31 Jan 2004 13:15:56 -0000      1.32
--- mediamenu.py        5 Feb 2004 19:48:49 -0000       1.33
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.33  2004/02/05 19:48:49  dischi
+ # handle directory stuff as strings
+ #
  # Revision 1.32  2004/01/31 13:15:56  dischi
  # do not use eval
***************
*** 195,199 ****
  
                  if vfs.isdir(filename):
!                     item = directory.DirItem(filename, self, 
display_type=self.display_type,
                                               add_args=add_args)
                      if title:
--- 198,203 ----
  
                  if vfs.isdir(filename):
!                     item = directory.DirItem(String(filename), self,
!                                              display_type=self.display_type,
                                               add_args=add_args)
                      if title:
***************
*** 208,212 ****
                      # normal file
                      for p in plugin.mimetype(self.display_type):
!                         items = p.get(self, [ filename ])
                          if title:
                              for i in items:
--- 212,216 ----
                      # normal file
                      for p in plugin.mimetype(self.display_type):
!                         items = p.get(self, [ String(filename) ])
                          if title:
                              for i in items:



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to