|
From: Alex T. <ale...@us...> - 2006-06-13 16:12:09
|
Update of /cvsroot/pythoncard/PythonCard/tools/oneEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32049 Modified Files: tabcodeEditor.py Log Message: Remove spurious debug lines. Index: tabcodeEditor.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/oneEditor/tabcodeEditor.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** tabcodeEditor.py 13 Jun 2006 16:01:15 -0000 1.17 --- tabcodeEditor.py 13 Jun 2006 16:11:45 -0000 1.18 *************** *** 396,402 **** if 'line_numbers' in self.config: self.menuBar.setChecked('menuViewLineNumbers', self.config['line_numbers']) - if self.config['line_numbers'] == 0: - self.menuBar.setChecked('menuViewLineNumbers', False) - if 'folding' in self.config: self.menuBar.setChecked('menuViewCodeFolding', self.config['folding']) --- 396,399 ---- |