From: Jos v.d.V. <jo...@us...> - 2007-05-09 12:58:45
|
Update of /cvsroot/win32forth/win32forth-stc/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31048 Modified Files: ConsoleStatbar.f Log Message: Jos: Enabled it in the reset-stack-chain again. Index: ConsoleStatbar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/console/ConsoleStatbar.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ConsoleStatbar.f 9 May 2007 12:12:52 -0000 1.2 --- ConsoleStatbar.f 9 May 2007 12:58:41 -0000 1.3 *************** *** 131,136 **** \in-system-ok if Update-Console-Statusbar then ; ! \ reset-stack-chain chain-add CONSOLE-STATUSBAR-RESET-STACKS \ Orginal ! INITIALIZATION-CHAIN chain-add CONSOLE-STATUSBAR-RESET-STACKS INTERNAL --- 131,136 ---- \in-system-ok if Update-Console-Statusbar then ; ! INITIALIZATION-CHAIN chain-add CONSOLE-STATUSBAR-RESET-STACKS ! reset-stack-chain chain-add CONSOLE-STATUSBAR-RESET-STACKS INTERNAL |