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

Modified Files:
        commands.py 
Log Message:
add menuw to eventhandler, it may be needed

Index: commands.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/commands.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** commands.py 6 Aug 2003 00:25:40 -0000       1.1
--- commands.py 1 Sep 2003 19:46:02 -0000       1.2
***************
*** 15,18 ****
--- 15,21 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2003/09/01 19:46:02  dischi
+ # add menuw to eventhandler, it may be needed
+ #
  # Revision 1.1  2003/08/06 00:25:40  rshortt
  # Update the commands plugin from Mike Ruelle and move it into the main
***************
*** 122,126 ****
  
  
!     def eventhandler(self, event):
  
          if event in (em.INPUT_UP, em.INPUT_DOWN, em.INPUT_LEFT, em.INPUT_RIGHT ):
--- 125,129 ----
  
  
!     def eventhandler(self, event, menuw=None):
  
          if event in (em.INPUT_UP, em.INPUT_DOWN, em.INPUT_LEFT, em.INPUT_RIGHT ):
***************
*** 162,166 ****
          self.results.toggle_selected_index(0)
          
!     def eventhandler(self, event):
                                                                                  
          if event in (em.INPUT_UP, em.INPUT_DOWN, em.INPUT_LEFT, em.INPUT_RIGHT):
--- 165,169 ----
          self.results.toggle_selected_index(0)
          
!     def eventhandler(self, event, menuw=None):
                                                                                  
          if event in (em.INPUT_UP, em.INPUT_DOWN, em.INPUT_LEFT, em.INPUT_RIGHT):




-------------------------------------------------------
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