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

Modified Files:
        plugin.py 
Log Message:
support args for plugin events

Index: plugin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugin.py,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** plugin.py   6 Dec 2003 13:45:26 -0000       1.56
--- plugin.py   30 Dec 2003 15:31:43 -0000      1.57
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.57  2003/12/30 15:31:43  dischi
+ # support args for plugin events
+ #
  # Revision 1.56  2003/12/06 13:45:26  dischi
  # move more info to the Mimetype
***************
*** 450,458 ****
  
      
! def event(name):
      """
      create plugin event
      """
!     return Event('PLUGIN_EVENT %s' % name)
  
  
--- 453,461 ----
  
      
! def event(name, arg=None):
      """
      create plugin event
      """
!     return Event('PLUGIN_EVENT %s' % name, arg=arg)
  
  




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to