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

Modified Files:
        apod.py 
Log Message:
make the plugin name and description show in the menu

Index: apod.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/plugins/apod.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** apod.py     1 Dec 2003 05:12:02 -0000       1.2
--- apod.py     24 Feb 2004 16:29:19 -0000      1.3
***************
*** 9,12 ****
--- 9,15 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.3  2004/02/24 16:29:19  mikeruelle
+ # make the plugin name and description show in the menu
+ #
  # Revision 1.2  2003/12/01 05:12:02  mikeruelle
  # remove a couple debug statements
***************
*** 57,61 ****
--- 60,67 ----
          Item.__init__(self, parent, skin_type='image')
          self.name = _( 'APOD' )
+         self.title = _( 'APOD' )
          self.apoddir = apoddir
+       self.info = { 'name' : 'APOD', 'description' : 'Astronomy Picture of the day', 
'title' : 'APOD' }
+       self.type = 'image'
  
      def actions(self):



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to