Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
[gitweb.git]
/
lib
/
remote_branch_delete.tcl
diff --git
a/lib/remote_branch_delete.tcl
b/lib/remote_branch_delete.tcl
index bc39581b86fdb9a9dc1d091c0d07b35a00c57ed9..b83e1b6315e856785341f083f121a02439682e09 100644
(file)
--- a/
lib/remote_branch_delete.tcl
+++ b/
lib/remote_branch_delete.tcl
@@
-131,7
+131,6
@@
constructor dialog {} {
bind $w <$M1B-Key-R> [cb _rescan]
bind $w <Key-Return> [cb _delete]
bind $w <Key-Escape> [list destroy $w]
- bind $w.header <Destroy> [list delete_this $this]
return $w
}