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

Modified Files:
        plugin.py 
Log Message:
call notifier.step() on init

Index: plugin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugin.py,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** plugin.py   21 Nov 2004 11:12:06 -0000      1.78
--- plugin.py   18 Dec 2004 13:41:28 -0000      1.79
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.79  2004/12/18 13:41:28  dischi
+ # call notifier.step() on init
+ #
  # Revision 1.78  2004/11/21 11:12:06  dischi
  # some logging updates
***************
*** 56,59 ****
--- 59,64 ----
  import copy
  
+ import notifier
+ 
  import cleanup
  from event import Event
***************
*** 372,375 ****
--- 377,382 ----
      current = 0
      for name, type, level, args, number in _all_plugins:
+         if notifier.step:
+             notifier.step(False, False)
          current += 1
          if callback:



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to