2004-06-22 Adrian Dawe <adrian.dawe@multigig.com>

* src/spicewish:
       Sorry noticed a bug
       could you add:
       set ::spicewish_mode "standalone"
       to line 107 (at the end of load proc)
This commit is contained in:
stefanjones 2004-06-22 23:35:40 +00:00
parent f74d299ca7
commit 8be8a7f1a6
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2004-06-22 Adrian Dawe <adrian.dawe@multigig.com>
* src/spicewish:
Sorry noticed a bug
could you add:
set ::spicewish_mode "standalone"
to line 107 (at the end of load proc)
2004-06-22 Stefan Jones <stefan.jones@multigig.com>
* src/frontend/com_dl.c:

View File

@ -104,6 +104,7 @@ namespace eval spicewish {
wm withdraw .
}
}
set ::spicewish_mode "standalone"
}
proc tclreadline { } {