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

Modified Files:
        __init__.py 
Log Message:
fixing dischis cut and paste error

Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/games/__init__.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** __init__.py 30 Nov 2003 14:41:10 -0000      1.12
--- __init__.py 3 Dec 2003 05:14:46 -0000       1.13
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.13  2003/12/03 05:14:46  mikeruelle
+ # fixing dischis cut and paste error
+ #
  # Revision 1.12  2003/11/30 14:41:10  dischi
  # use new Mimetype plugin interface
***************
*** 82,89 ****
      def __init__(self):
          plugin.MimetypePlugin.__init__(self)
!         self.display_type = [ 'image' ]
  
          # activate the mediamenu for image
!         plugin.activate('mediamenu', level=plugin.is_active('image')[2], 
args='image')
          
  
--- 85,92 ----
      def __init__(self):
          plugin.MimetypePlugin.__init__(self)
!         self.display_type = [ 'games' ]
  
          # activate the mediamenu for image
!         plugin.activate('mediamenu', level=plugin.is_active('games')[2], 
args='games')
          
  




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to