Skip to content

Commit

Permalink
git-gui: fix usage of themed widgets variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Voigt authored and Pat Thoyts committed Jul 10, 2010
1 parent 13a3d63 commit b963d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/status_bar.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b963d11

Please sign in to comment.