diff options
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 fd86b1121..3d6341bcc 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 |