From 8be8a7f1a600a59aed189576453945eb9311d2d2 Mon Sep 17 00:00:00 2001 From: stefanjones Date: Tue, 22 Jun 2004 23:35:40 +0000 Subject: [PATCH] 2004-06-22 Adrian Dawe * src/spicewish: Sorry noticed a bug could you add: set ::spicewish_mode "standalone" to line 107 (at the end of load proc) --- ChangeLog | 8 ++++++++ src/spicewish | 1 + 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 15b81f7ed..de06ed237 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-06-22 Adrian Dawe + + * 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 * src/frontend/com_dl.c: diff --git a/src/spicewish b/src/spicewish index 706ef460c..186818ee0 100755 --- a/src/spicewish +++ b/src/spicewish @@ -104,6 +104,7 @@ namespace eval spicewish { wm withdraw . } } + set ::spicewish_mode "standalone" } proc tclreadline { } {