Changeset 149

Show
Ignore:
Timestamp:
04/11/04 21:05:11 (4 years ago)
Author:
ug
Message:

Encodings bug; custom menus cleanup

Files:

Legend:

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

    r135 r149  
    16041604        if not self.current: return 
    16051605        index = int(self.current[0]) 
    1606         print 'index', index, self.current 
    16071606        if self.correspEntry[index][0] == 0: return 
    16081607 
     
    58015800            self.options.maxLengthSearchesStack.set(i)     
    58025801         
    5803     def openFile(self, path=None, filename=None, encoding = None): 
     5802    def openFile(self, path=None, filename=None, encoding = ''): 
    58045803        self.board.newPosition() 
    58055804        v.Viewer.openFile(self, path, filename, encoding)