]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: remove ${NS} indirection for ttk
authorMark Levedahl <mlevedahl@gmail.com>
Mon, 14 Jul 2025 16:15:49 +0000 (12:15 -0400)
committerMark Levedahl <mlevedahl@gmail.com>
Sat, 19 Jul 2025 03:48:34 +0000 (23:48 -0400)
commitfdc0e3a29020276de3d9344d2ab0caf4d086fd3a
tree29f865e546d585b5f260f5a3561d81ac813e4fb5
parented7d2af78cd4cb8c9a8db4f2f60f56101d9439f8
git-gui: remove ${NS} indirection for ttk

git-gui uses ${NS} to switch between non-themed and themed widgets, with
${NS} == 'ttk' selecting the latter. As git-gui now always uses ttk,
this indirection is not needed. Remove it.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
26 files changed:
git-gui.sh
lib/about.tcl
lib/blame.tcl
lib/branch_checkout.tcl
lib/branch_create.tcl
lib/branch_delete.tcl
lib/branch_rename.tcl
lib/browser.tcl
lib/choose_font.tcl
lib/choose_repository.tcl
lib/choose_rev.tcl
lib/console.tcl
lib/database.tcl
lib/error.tcl
lib/index.tcl
lib/line.tcl
lib/merge.tcl
lib/option.tcl
lib/remote_add.tcl
lib/remote_branch_delete.tcl
lib/search.tcl
lib/sshkey.tcl
lib/status_bar.tcl
lib/themed.tcl
lib/tools_dlg.tcl
lib/transport.tcl