From: Heiko Voigt Date: Sat, 20 Feb 2010 13:38:38 +0000 (+0100) Subject: git-gui: fix usage of themed widgets variable X-Git-Url: http://rtime.felk.cvut.cz/gitweb/sojka/git-gui.git/commitdiff_plain/b963d11827c79fbd14f5b4438cca8298145192be 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 --- diff --git a/lib/status_bar.tcl b/lib/status_bar.tcl index 5fe3aad..95cb449 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