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

Modified Files:
        player.py 
Log Message:
remove unneeded events functions

Index: player.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/player.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** player.py   25 Aug 2004 12:51:45 -0000      1.3
--- player.py   15 Sep 2004 20:45:31 -0000      1.4
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2004/09/15 20:45:31  dischi
+ # remove unneeded events functions
+ #
  # Revision 1.3  2004/08/25 12:51:45  dischi
  # moved Application for eventhandler into extra dir for future templates
***************
*** 88,102 ****
  
  
-     def hide(self):
-         Application.hide(self)
- 
- 
-     def stop(self, channel_change=0):
-         """
-         stop playing
-         """
-         raise Exception('not implemented in template')
- 
- 
      def set_channel(self, channel):
          """
--- 91,94 ----
***************
*** 112,116 ****
          if event == STOP or event == PLAY_END:
              self.stop()
-             self.post_event(PLAY_END)
              return True
  
--- 104,107 ----



-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to