]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: themed.tcl: use full namespace for color
authorMark Levedahl <mlevedahl@gmail.com>
Sat, 10 May 2025 01:39:56 +0000 (21:39 -0400)
committerMark Levedahl <mlevedahl@gmail.com>
Thu, 31 Jul 2025 17:51:03 +0000 (13:51 -0400)
commit0832752392da5d820ac96517041152e8fd943c18
tree8b647894524ea2b2e990f700519b2413c1e37b20
parentbeab415e429067108953966d3d2d4420d75515cd
git-gui: themed.tcl: use full namespace for color

Tcl 9 imposes strict requirements on namespaces for variables, while Tcl
8 does not. lib/themed.tcl does not use the fully qualified name for the
"color" namespace, with result that variables are not found with Tcl
9.0. Fix this.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
lib/themed.tcl