Code

git-gui: Honor rerere.enabled configuration option
[git.git] / lib / browser.tcl
index f9a4e1d52c2f3823278c09e0241a463aca5a0ee4..3d6341bcc53d0e61b0817dcc5d9778f714b026b9 100644 (file)
@@ -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
@@ -140,7 +139,7 @@ method _enter {} {
                                append p [lindex $n 1]
                        }
                        append p $name
-                       show_blame $browser_commit $p
+                       blame::new $browser_commit $p
                }
                }
        }