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

Modified Files:
        videoitem.py 
Log Message:
changes, related to item.py changes

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** videoitem.py        30 Dec 2003 15:36:01 -0000      1.104
--- videoitem.py        31 Dec 2003 16:42:40 -0000      1.105
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.105  2003/12/31 16:42:40  dischi
+ # changes, related to item.py changes
+ #
  # Revision 1.104  2003/12/30 15:36:01  dischi
  # remove unneeded copy function, small bugfix
***************
*** 406,410 ****
  
              elif self.media:
!                 util.mount(self.dirname)
  
          elif self.url.startswith('dvd://') or self.url.startswith('vcd://'):
--- 409,413 ----
  
              elif self.media:
!                 util.mount(os.path.dirname(self.filename))
  
          elif self.url.startswith('dvd://') or self.url.startswith('vcd://'):




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