Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: fix usage of themed widgets variable
author
Heiko Voigt
<hvoigt@hvoigt.net>
Sat, 20 Feb 2010 13:38:38 +0000
(14:38 +0100)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Sat, 10 Jul 2010 22:41:54 +0000
(23:41 +0100)
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>
lib/status_bar.tcl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
13a3d63
)
diff --git
a/lib/status_bar.tcl
b/lib/status_bar.tcl
index 5fe3aad382f43a30a099a106f7d51f136eda0652..95cb44991fc5b018805d6091c4f98ce7ae0ccf52 100644
(file)
--- 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