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

Modified Files:
        playlist.py 
Log Message:
getting a lot of crashes. quickfix

Index: playlist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/playlist.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** playlist.py 7 Dec 2003 19:11:22 -0000       1.38
--- playlist.py 8 Dec 2003 16:18:44 -0000       1.39
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.39  2003/12/08 16:18:44  mikeruelle
+ # getting a lot of crashes. quickfix
+ #
  # Revision 1.38  2003/12/07 19:11:22  dischi
  # o add <playlist> fxd support
***************
*** 354,358 ****
          # end and no next item
          if event in (PLAY_END, USER_END, STOP):
!             if self.background_playlist:
                  self.background_playlist.stop()
              self.current_item = None
--- 357,361 ----
          # end and no next item
          if event in (PLAY_END, USER_END, STOP):
!             if hasattr(self, 'background_playlist') and self.background_playlist:
                  self.background_playlist.stop()
              self.current_item = None




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to