Am 03.07.23 um 20:45 schrieb Jens Lidestrom via GitGitGadget: > From: Jens Lidestrom <jens@xxxxxxxxxxxx> > > Signed-off-by: Jens Lidestrom <jens@xxxxxxxxxxxx> > --- > gitk-git/gitk | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gitk-git/gitk b/gitk-git/gitk > index 351b88f10c0..f559e279b7a 100755 > --- a/gitk-git/gitk > +++ b/gitk-git/gitk > @@ -9582,13 +9582,13 @@ proc wrcomcan {} { > unset wrcomtop > } > > -proc mkbranch {} { > - global NS rowmenuid > +proc mkbranch {id} { > + global NS > > set top .branchdialog > > set val(name) "" > - set val(id) $rowmenuid > + set val(id) $id > set val(command) [list mkbrgo $top] > > set ui(title) [mc "Create branch"] Clearly, the lines from the 'remove branch' commit belong here.