Changeset 162

Show
Ignore:
Timestamp:
09/20/04 19:23:29 (4 years ago)
Author:
ug
Message:

Fixed: wrong num of captures shown after BACK (to previous search pattern)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 05/devel/kombilo.py

    r158 r162  
    44974497                        if i != self.currentFileNum: 
    44984498                            self.changeCurrentFile(None, i) 
    4499  
    45004499                        found = 1 
    4501  
    45024500                if found: 
    45034501                    if cu[1] != self.cursor.currentGame: 
     
    45104508                    self.board.newPosition() 
    45114509                    self.moveno.set('0') 
     4510                    self.capB, self.capW = 0, 0  
    45124511                    self.displayNode(self.cursor.getRootNode(self.cursor.currentGame)) 
    45134512                    for i in cu[2]: