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

Modified Files:
        detach.py 
Log Message:
replace player.get_singleton() with audioplayer()

Index: detach.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/detach.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** detach.py   1 Aug 2004 10:42:23 -0000       1.19
--- detach.py   13 Sep 2004 19:35:36 -0000      1.20
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.20  2004/09/13 19:35:36  dischi
+ # replace player.get_singleton() with audioplayer()
+ #
  # Revision 1.19  2004/08/01 10:42:23  dischi
  # update to new application/eventhandler code
***************
*** 48,52 ****
  import menu
  import eventhandler
! import audio.player
  
  from event import *
--- 51,55 ----
  import menu
  import eventhandler
! from audio import audioplayer
  
  from event import *
***************
*** 65,69 ****
  
      def detach(self):
!         gui = audio.player.get_singleton()
  
          # hide the player and show the menu
--- 68,72 ----
  
      def detach(self):
!         gui = audioplayer()
  
          # hide the player and show the menu
***************
*** 81,85 ****
  
      def items(self, parent):
!         gui = audio.player.get_singleton()
          if gui.player and gui.player.is_playing():
              self.show_item.parent = parent
--- 84,88 ----
  
      def items(self, parent):
!         gui = audioplayer()
          if gui.player and gui.player.is_playing():
              self.show_item.parent = parent
***************
*** 89,93 ****
  
      def show(self, arg=None, menuw=None):
!         gui = audio.player.get_singleton()
          gui.show()
  
--- 92,96 ----
  
      def show(self, arg=None, menuw=None):
!         gui = audioplayer()
          gui.show()
  



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to