Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2489
Modified Files:
item.py
Log Message:
every meddiaitem has play/stop functions
Index: item.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/item.py,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** item.py 27 Aug 2004 14:25:03 -0000 1.80
--- item.py 13 Sep 2004 19:39:25 -0000 1.81
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.81 2004/09/13 19:39:25 dischi
+ # every meddiaitem has play/stop functions
+ #
# Revision 1.80 2004/08/27 14:25:03 dischi
# create extra item type for media items
***************
*** 495,496 ****
--- 498,513 ----
if not self.name:
self.name = Unicode(self.url)
+
+
+ def play(self, arg=None, menuw=None):
+ """
+ play the item
+ """
+ pass
+
+
+ def stop(self, arg=None, menuw=None):
+ """
+ stop playing
+ """
+ pass
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog