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

Modified Files:
        mplayer.py 
Log Message:
Moved RC_MPLAYER_CMDS higher in the eventhandler


Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/mplayer.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** mplayer.py  24 Feb 2003 04:21:40 -0000      1.22
--- mplayer.py  24 Feb 2003 21:13:18 -0000      1.23
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.23  2003/02/24 21:13:18  dischi
+ # Moved RC_MPLAYER_CMDS higher in the eventhandler
+ #
  # Revision 1.22  2003/02/24 04:21:40  krister
  # Mathieu Weber's bugfix for multipart movies
***************
*** 387,390 ****
--- 390,399 ----
              return self.item.eventhandler(event)
  
+         # try to find the event in RC_MPLAYER_CMDS 
+         e = config.RC_MPLAYER_CMDS.get(event, None)
+         if e:
+             self.thread.app.write('%s\n' % config.RC_MPLAYER_CMDS[event][0])
+             return TRUE
+ 
          if event == rc.MENU:
              if self.mode == 'dvdnav':
***************
*** 432,441 ****
              return TRUE
  
- 
-         # try to find the event in RC_MPLAYER_CMDS 
-         e = config.RC_MPLAYER_CMDS.get(event, None)
-         if e:
-             self.thread.app.write('%s\n' % config.RC_MPLAYER_CMDS[event][0])
-             return TRUE
  
          # nothing found? Try the eventhandler of the object who called us
--- 441,444 ----




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to