From: Heiko Voigt Date: Sat, 20 Feb 2010 13:38:38 +0000 (+0100) Subject: git-gui: fix usage of themed widgets variable X-Git-Tag: gitgui-0.13.0~16 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b963d11827c79fbd14f5b4438cca8298145192be?ds=inline;hp=--cc 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 --- b963d11827c79fbd14f5b4438cca8298145192be diff --git a/lib/status_bar.tcl b/lib/status_bar.tcl index 5fe3aad382..95cb44991f 100644 --- a/lib/status_bar.tcl +++ b/lib/status_bar.tcl @@ -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