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

Modified Files:
        radio.py 
Log Message:
remove unneeded skin_type parameter

Index: radio.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/radio.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** radio.py    1 Aug 2004 10:41:52 -0000       1.10
--- radio.py    8 Jan 2005 10:27:17 -0000       1.11
***************
*** 19,22 ****
--- 19,25 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.11  2005/01/08 10:27:17  dischi
+ # remove unneeded skin_type parameter
+ #
  # Revision 1.10  2004/08/01 10:41:52  dischi
  # deactivate plugin
***************
*** 107,111 ****
      """
      def __init__(self, parent):
!         Item.__init__(self, parent, skin_type='radio')
          self.name = _( 'Radio' )
  
--- 110,114 ----
      """
      def __init__(self, parent):
!         Item.__init__(self, parent)
          self.name = _( 'Radio' )
  



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to