- Timestamp:
- 09/20/04 19:23:29 (4 years ago)
- Files:
-
- 1 modified
-
05/devel/kombilo.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
05/devel/kombilo.py
r158 r162 4497 4497 if i != self.currentFileNum: 4498 4498 self.changeCurrentFile(None, i) 4499 4500 4499 found = 1 4501 4502 4500 if found: 4503 4501 if cu[1] != self.cursor.currentGame: … … 4510 4508 self.board.newPosition() 4511 4509 self.moveno.set('0') 4510 self.capB, self.capW = 0, 0 4512 4511 self.displayNode(self.cursor.getRootNode(self.cursor.currentGame)) 4513 4512 for i in cu[2]:
