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

Modified Files:
        xine.py 
Log Message:
small fixes

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xine.py     20 Jul 2003 17:50:24 -0000      1.1
--- xine.py     20 Jul 2003 19:56:25 -0000      1.2
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2003/07/20 19:56:25  dischi
+ # small fixes
+ #
  # Revision 1.1  2003/07/20 17:50:24  dischi
  # Very basic Xine support. By loading this plugin and setting XINE_COMMAND
***************
*** 50,53 ****
--- 53,57 ----
  import childapp   # Handle child applications
  import rc         # The RemoteControl class.
+ import skin
  
  from event import *
***************
*** 119,122 ****
--- 123,127 ----
          rc.app(self)
  
+         skin.get_singleton().clear()
          self.thread.mode    = 'play'
          self.thread.command = '%s dvd://' % self.command
***************
*** 142,146 ****
          function it will be passed over to the items eventhandler
          """
!         if event in ( STOP, PLAY_END, USER_END, DVD_PROTECTED ):
              self.stop()
              return self.item.eventhandler(event)
--- 147,151 ----
          function it will be passed over to the items eventhandler
          """
!         if event in ( PLAY_END, USER_END ):
              self.stop()
              return self.item.eventhandler(event)
***************
*** 194,198 ****
  
              elif self.mode == 'play':
!                 if DEBUG or 1:
                      print 'Xine_Thread.run(): Started, cmd=%s' % self.command
                      
--- 199,203 ----
  
              elif self.mode == 'play':
!                 if DEBUG:
                      print 'Xine_Thread.run(): Started, cmd=%s' % self.command
                      
***************
*** 212,216 ****
--- 217,225 ----
                          rc.post_event(PLAY_END)
                          
+                 if DEBUG:
+                     print 'Xine_Thread.run(): Stopped'
+ 
                  self.mode = 'idle'
+                 skin.get_singleton().redraw()
                  
              else:




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to