Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv13702
Modified Files:
misc.py
Log Message:
Until \t is fixed, this '-' at least provides some indentation to make it
easier to read the list. (I used this in the screenshot I took last night)
Index: misc.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/misc.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** misc.py 11 Jan 2004 10:56:52 -0000 1.17
--- misc.py 11 Jan 2004 17:04:15 -0000 1.18
***************
*** 11,14 ****
--- 11,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.18 2004/01/11 17:04:15 outlyer
+ # Until \t is fixed, this '-' at least provides some indentation to make it
+ # easier to read the list. (I used this in the screenshot I took last night)
+ #
# Revision 1.17 2004/01/11 10:56:52 dischi
# Fixes in comingup:
***************
*** 429,433 ****
if m.sub_title:
sub_title = ' "' + m.sub_title + '" '
! result = result + " " + str(m.title) + str(sub_title) + " at " + \
str(time.strftime('%I:%M%p',time.localtime(m.start))) + '\n'
--- 433,437 ----
if m.sub_title:
sub_title = ' "' + m.sub_title + '" '
! result = result + "- " + str(m.title) + str(sub_title) + " at " + \
str(time.strftime('%I:%M%p',time.localtime(m.start))) + '\n'
***************
*** 438,442 ****
if m.sub_title:
sub_title = ' "' + m.sub_title + '" '
! result = result + " " + str(m.title) + str(sub_title) + " at " + \
str(time.strftime('%I:%M%p',time.localtime(m.start))) + '\n'
--- 442,446 ----
if m.sub_title:
sub_title = ' "' + m.sub_title + '" '
! result = result + "- " + str(m.title) + str(sub_title) + " at " + \
str(time.strftime('%I:%M%p',time.localtime(m.start))) + '\n'
***************
*** 446,450 ****
if m.sub_title:
sub_title = ' "' + m.sub_title + '" '
! result = result + " " + str(m.title) + str(sub_title) + " at " + \
str(time.strftime('%I:%M%p',time.localtime(m.start))) + '\n'
--- 450,454 ----
if m.sub_title:
sub_title = ' "' + m.sub_title + '" '
! result = result + "- " + str(m.title) + str(sub_title) + " at " + \
str(time.strftime('%I:%M%p',time.localtime(m.start))) + '\n'
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog