Code

git-gui: fix usage of themed widgets variable
authorHeiko Voigt <hvoigt@hvoigt.net>
Sat, 20 Feb 2010 13:38:38 +0000 (14:38 +0100)
committerPat 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>
lib/status_bar.tcl

index 5fe3aad382f43a30a099a106f7d51f136eda0652..95cb44991fc5b018805d6091c4f98ce7ae0ccf52 100644 (file)
@@ -39,6 +39,7 @@ method _oneline_pack {} {
 }
 
 constructor two_line {path} {
+       global NS
        set w $path
        set w_l $w.l
        set w_c $w.c