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

Modified Files:
        videoitem.py 
Log Message:
prevent a crash

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** videoitem.py        6 Feb 2004 19:28:51 -0000       1.123
--- videoitem.py        12 Feb 2004 12:28:38 -0000      1.124
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.124  2004/02/12 12:28:38  dischi
+ # prevent a crash
+ #
  # Revision 1.123  2004/02/06 19:28:51  dischi
  # fix/cleanup dvd on hd handling
***************
*** 506,510 ****
              # If we are a subitem we don't show any error message before
              # having tried all the subitems
!             if self.parent.subitems:
                  return error
              else:
--- 509,513 ----
              # If we are a subitem we don't show any error message before
              # having tried all the subitems
!             if hasattr(self.parent, 'subitems') and self.parent.subitems:
                  return error
              else:



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to