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

Modified Files:
        videoitem.py 
Log Message:
do not inherit players to child

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -d -r1.107 -r1.108
*** videoitem.py        1 Jan 2004 16:41:30 -0000       1.107
--- videoitem.py        1 Jan 2004 19:36:46 -0000       1.108
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.108  2004/01/01 19:36:46  dischi
+ # do not inherit players to child
+ #
  # Revision 1.107  2004/01/01 16:41:30  mikeruelle
  # fix dvd crash
***************
*** 489,492 ****
--- 492,496 ----
          if self.num_titles == 1:
              i=copy.copy(self)
+             i.possible_player = []
              i.set_url(self.url + '1', False)
              i.play(menuw = self.menuw)
***************
*** 497,500 ****
--- 501,505 ----
          for title in range(1,self.num_titles+1):
              i = copy.copy(self)
+             i.possible_player = []
              # copy the attributes from mmpython about this track
              if self.info.has_key('tracks'):




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