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

Modified Files:
        directory.py 
Log Message:
fixed a crash for tv recorded shows

Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** directory.py        2 Feb 2004 19:40:53 -0000       1.108
--- directory.py        2 Feb 2004 19:59:38 -0000       1.109
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.109  2004/02/02 19:59:38  dischi
+ # fixed a crash for tv recorded shows
+ #
  # Revision 1.108  2004/02/02 19:40:53  dischi
  # include overlay in listdir
***************
*** 181,184 ****
--- 184,191 ----
          self.add_args = add_args
  
+         # set tv to video now
+         if self.display_type == 'tv':
+             display_type = 'video'
+ 
          # set directory variables to default
          global all_variables



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