aboutsummaryrefslogtreecommitdiff
path: root/git-gui/lib/branch_rename.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'git-gui/lib/branch_rename.tcl')
-rw-r--r--git-gui/lib/branch_rename.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-gui/lib/branch_rename.tcl b/git-gui/lib/branch_rename.tcl
index 54c72b980..405101637 100644
--- a/git-gui/lib/branch_rename.tcl
+++ b/git-gui/lib/branch_rename.tcl
@@ -60,7 +60,6 @@ constructor dialog {} {
$w.rename.newname_t icursor end
focus $w.rename.newname_t
"
- bind $w.header <Destroy> [list delete_this $this]
tkwait window $w
}