summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 13a3d63)
raw | patch | inline | side by side (parent: 13a3d63)
author | Heiko Voigt <hvoigt@hvoigt.net> | |
Sat, 20 Feb 2010 13:38:38 +0000 (14:38 +0100) | ||
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Sat, 10 Jul 2010 22:41:54 +0000 (23:41 +0100) |
There was one forgotten global so NS was not visible to the method
which resulted in an error.
Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
which resulted in an error.
Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
lib/status_bar.tcl | patch | blob | history |
diff --git a/lib/status_bar.tcl b/lib/status_bar.tcl
index 5fe3aad382f43a30a099a106f7d51f136eda0652..95cb44991fc5b018805d6091c4f98ce7ae0ccf52 100644 (file)
--- a/lib/status_bar.tcl
+++ b/lib/status_bar.tcl
}
constructor two_line {path} {
+ global NS
set w $path
set w_l $w.l
set w_c $w.c