Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23355
Modified Files:
recordserver.py
Log Message:
fix missing self, priorities still really don't do anything but at least it looks like
its doing something.
Index: recordserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/recordserver.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** recordserver.py 18 Apr 2004 08:23:44 -0000 1.37
--- recordserver.py 18 Apr 2004 14:39:19 -0000 1.38
***************
*** 7,10 ****
--- 7,13 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.38 2004/04/18 14:39:19 mikeruelle
+ # fix missing self, priorities still really don't do anything but at least it looks
like its doing something.
+ #
# Revision 1.37 2004/04/18 08:23:44 dischi
# fix unicode problem
***************
*** 575,579 ****
save = []
mod = int(mod)
! (status, me) = getFavorite(favname)
oldprio = int(me.priority)
newprio = oldprio + mod
--- 578,582 ----
save = []
mod = int(mod)
! (status, me) = self.getFavorite(favname)
oldprio = int(me.priority)
newprio = oldprio + mod
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog