Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29351

Modified Files:
        item.py 
Log Message:
do not replace name with None

Index: item.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/item.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** item.py     31 Dec 2003 16:40:49 -0000      1.40
--- item.py     1 Jan 2004 16:47:31 -0000       1.41
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.41  2004/01/01 16:47:31  dischi
+ # do not replace name with None
+ #
  # Revision 1.40  2003/12/31 16:40:49  dischi
  # major speed enhancements
***************
*** 262,266 ****
                  self.info = info
                  if self.parent.DIRECTORY_USE_MEDIAID_TAG_NAMES and hasattr(info, 
'title'):
!                     self.name = info['title']
          
          if not self.name:
--- 265,270 ----
                  self.info = info
                  if self.parent.DIRECTORY_USE_MEDIAID_TAG_NAMES and hasattr(info, 
'title'):
!                     if info['title']:
!                         self.name = info['title']
          
          if not self.name:




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to