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:
parent
f74d299ca7
commit
8be8a7f1a6
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@ namespace eval spicewish {
|
|||
wm withdraw .
|
||||
}
|
||||
}
|
||||
set ::spicewish_mode "standalone"
|
||||
}
|
||||
|
||||
proc tclreadline { } {
|
||||
|
|
|
|||
Loading…
Reference in New Issue