Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27404
Modified Files:
childapp.py
Log Message:
fix prio handling
Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** childapp.py 31 May 2004 10:40:57 -0000 1.55
--- childapp.py 6 Jun 2004 06:51:55 -0000 1.56
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.56 2004/06/06 06:51:55 dischi
+ # fix prio handling
+ #
# Revision 1.55 2004/05/31 10:40:57 dischi
# update to new callback handling in rc
***************
*** 98,102 ****
if app[0].find('--prio=') == 0 and not config.RUNAPP:
try:
! prio = int(app[7:app.find(' ')])
except:
pass
--- 101,105 ----
if app[0].find('--prio=') == 0 and not config.RUNAPP:
try:
! prio = int(app[0][7:])
except:
pass
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog