From: <sir...@us...> - 2003-03-03 20:49:45
|
Update of /cvsroot/btplusplus/BT++/src In directory sc8-pr-cvs1:/tmp/cvs-serv13808/src Modified Files: ConfigFile.py Log Message: Modified the tray password behaviour. The tray can now be locked (by menu and automatically) and must be unlocked before using it. Index: ConfigFile.py =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/ConfigFile.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ConfigFile.py 3 Mar 2003 15:52:13 -0000 1.3 --- ConfigFile.py 3 Mar 2003 20:49:39 -0000 1.4 *************** *** 26,30 **** 'LookFeel': { 'ConfirmExit': 0, ! 'TrayPass': '' }, 'GUI': { --- 26,31 ---- 'LookFeel': { 'ConfirmExit': 0, ! 'TPAuto': 0, ! 'TPWord': '' }, 'GUI': { *************** *** 41,45 **** 'GridCol5': 70, 'GridCol6': 90, ! 'GridCol7': 90 } } --- 42,55 ---- 'GridCol5': 70, 'GridCol6': 90, ! 'GridCol7': 90, ! ! 'HistCol0': 230, ! 'HistCol1': 80, ! 'HistCol2': 80, ! 'HistCol3': 70, ! 'HistCol4': 120, ! 'HistCol5': 70, ! 'HistCol6': 90, ! 'HistCol7': 90 } } |