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

Modified Files:
        plugin.py 
Log Message:
make it possible to put a subplugin into main

Index: plugin.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugin.py,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** plugin.py   7 Jun 2004 16:10:45 -0000       1.66
--- plugin.py   24 Jun 2004 14:56:19 -0000      1.67
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.67  2004/06/24 14:56:19  dischi
+ # make it possible to put a subplugin into main
+ #
  # Revision 1.66  2004/06/07 16:10:45  rshortt
  # Change 'RECORD' to plugin.RECORD.
***************
*** 644,648 ****
              special = type
  
!         if special:
              special = '_%s' % special
          else:
--- 647,653 ----
              special = type
  
!         if special == 'main':
!             special = ''
!         elif special:
              special = '_%s' % special
          else:



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to