diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-06-11 23:58:11 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-06-11 23:58:11 -0400 |
commit | 03e1bed4a4887607ae90cd121cb4851d10ef2e8b (patch) | |
tree | 166e015cd8b842fd28ddb138faa2ff7213528294 /lib/browser.tcl | |
parent | Merge branch 'maint' (diff) | |
parent | git-gui: Save geometry before the window layout is damaged (diff) | |
download | tgif-03e1bed4a4887607ae90cd121cb4851d10ef2e8b.tar.xz |
Merge branch 'maint'
* maint:
git-gui: Save geometry before the window layout is damaged
git-gui: Give amend precedence to HEAD over MERGE_MSG
Diffstat (limited to 'lib/browser.tcl')
-rw-r--r-- | lib/browser.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/browser.tcl b/lib/browser.tcl index fd86b11217..3d6341bcc5 100644 --- a/lib/browser.tcl +++ b/lib/browser.tcl @@ -70,7 +70,6 @@ constructor new {commit} { bind $w_list <Right> break bind $w_list <Visibility> [list focus $w_list] - bind $w_list <Destroy> [list delete_this $this] set w $w_list _ls $this $browser_commit return $this |