From: <sir...@us...> - 2003-03-28 13:38:08
|
Update of /cvsroot/btplusplus/BT++/src/TabTrans In directory sc8-pr-cvs1:/tmp/cvs-serv17547/src/TabTrans Modified Files: Grid.py Log Message: - Fixed pause. - Fixed cancel. Index: Grid.py =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/TabTrans/Grid.py,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Grid.py 16 Mar 2003 01:17:58 -0000 1.12 --- Grid.py 28 Mar 2003 13:38:04 -0000 1.13 *************** *** 138,141 **** --- 138,142 ---- try: l.PauseDownload() + l.Obj['Storage'].close() unlink( l.Config['TorFull'] ) except: *************** *** 149,153 **** loaders = self.GetLoaders(self.Selection['Set']) for l in loaders: ! l.PauseDownload() ########################################################################################################### --- 150,154 ---- loaders = self.GetLoaders(self.Selection['Set']) for l in loaders: ! l.PauseDownload(true) ########################################################################################################### |