git-gui: fix usage of themed widgets variable

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>
This commit is contained in:
Heiko Voigt 2010-02-20 14:38:38 +01:00 committed by Pat Thoyts
parent 13a3d637b2
commit b963d11827

View 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