diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-06-12 09:14:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-12 09:14:47 +0200 |
commit | 1924d64f6e070edf1ad1949bf2eb95d4d2451f30 (patch) | |
tree | af77317e800b35c312ef562ffb72fa7c045af738 /git-gui/lib/remote_branch_delete.tcl | |
parent | Merge branch 'master' of git://repo.or.cz/git-gui (diff) | |
parent | Merge branch 'maint' (diff) | |
download | git-1924d64f6e070edf1ad1949bf2eb95d4d2451f30.tar.xz git-1924d64f6e070edf1ad1949bf2eb95d4d2451f30.zip |
Merge branch 'master' of git://repo.or.cz/git-gui
* 'master' of git://repo.or.cz/git-gui:
git-gui: Save geometry before the window layout is damaged
git-gui: Give amend precedence to HEAD over MERGE_MSG
git-gui: Include 'war on whitespace' fixes from git.git
Diffstat (limited to 'git-gui/lib/remote_branch_delete.tcl')
-rw-r--r-- | git-gui/lib/remote_branch_delete.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-gui/lib/remote_branch_delete.tcl b/git-gui/lib/remote_branch_delete.tcl index bc39581b86..b83e1b6315 100644 --- a/git-gui/lib/remote_branch_delete.tcl +++ b/git-gui/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 } |