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

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

Index: apod.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/plugins/apod.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** apod.py     27 Aug 2004 14:22:01 -0000      1.8
--- apod.py     8 Jan 2005 10:27:17 -0000       1.9
***************
*** 9,12 ****
--- 9,15 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.9  2005/01/08 10:27:17  dischi
+ # remove unneeded skin_type parameter
+ #
  # Revision 1.8  2004/08/27 14:22:01  dischi
  # The complete image code is working again and should not crash. The zoom
***************
*** 65,69 ****
      """
      def __init__(self, parent, apoddir):
!         Item.__init__(self, parent, skin_type='image')
          self.name = _( 'APOD' )
          self.title = _( 'APOD' )
--- 68,72 ----
      """
      def __init__(self, parent, apoddir):
!         Item.__init__(self, parent)
          self.name = _( 'APOD' )
          self.title = _( 'APOD' )



-------------------------------------------------------
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