From: <sir...@us...> - 2003-04-18 16:04:56
|
Update of /cvsroot/btplusplus/BT++/src/TabTrans In directory sc8-pr-cvs1:/tmp/cvs-serv26677/src/TabTrans Modified Files: Grid.py Log Message: - Small fix. - Seeds without the torrent are removed from the history. Index: Grid.py =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/TabTrans/Grid.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Grid.py 31 Mar 2003 18:11:01 -0000 1.15 --- Grid.py 18 Apr 2003 16:04:52 -0000 1.16 *************** *** 134,142 **** wxYES_NO | wxICON_QUESTION | wxSTAY_ON_TOP ) if dlg.ShowModal() == wxID_NO: ! return try: l.PauseDownload() ! if l.Obj != None and l.Obj.has_key('Storage'): l.Obj['Storage'].close() unlink( l.Config['TorFull'] ) --- 134,142 ---- wxYES_NO | wxICON_QUESTION | wxSTAY_ON_TOP ) if dlg.ShowModal() == wxID_NO: ! continue try: l.PauseDownload() ! if l.Obj != None and l.Obj.has_key('Storage'): l.Obj['Storage'].close() unlink( l.Config['TorFull'] ) *************** *** 144,148 **** wxMessageBox("Couldn't delete torrent file.") ! self.Table.Update() ########################################################################################################### --- 144,148 ---- wxMessageBox("Couldn't delete torrent file.") ! self.Update() ########################################################################################################### |