From: <sir...@us...> - 2003-03-29 10:45:27
|
Update of /cvsroot/btplusplus/BT++/src/TabHistory In directory sc8-pr-cvs1:/tmp/cvs-serv10828/src/TabHistory Modified Files: Grid.py Log Message: no message Index: Grid.py =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/TabHistory/Grid.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Grid.py 28 Mar 2003 12:44:27 -0000 1.2 --- Grid.py 29 Mar 2003 10:45:18 -0000 1.3 *************** *** 113,116 **** --- 113,119 ---- if col == 2: + if info('Status') == 'Downloading': + return 'Uploading' + if info('FractionDone') == -1.0 or \ info('Status') == 'Hashing': |