mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
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:
committed by
Johannes Schindelin
parent
4fd6984e82
commit
14bd669336
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user