X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-gui%2Flib%2Fbrowser.tcl;h=0410cc68df186d6e8e0080058be94126243fd4d3;hb=81b84bcbe3cc6a29a62fb1a69c68764ad6c0feeb;hp=53d5a628165a29c592ab14c234a000a56d7c6a12;hpb=a41acc63badf20cbb22cca61039dca9309deaa19;p=git.git diff --git a/git-gui/lib/browser.tcl b/git-gui/lib/browser.tcl index 53d5a6281..0410cc68d 100644 --- a/git-gui/lib/browser.tcl +++ b/git-gui/lib/browser.tcl @@ -39,7 +39,8 @@ constructor new {commit {path {}}} { frame $w.list set w_list $w.list.l - text $w_list -background white -borderwidth 0 \ + text $w_list -background white -foreground black \ + -borderwidth 0 \ -cursor $cursor_ptr \ -state disabled \ -wrap none \ @@ -150,7 +151,7 @@ method _enter {} { append p [lindex $n 1] } append p $name - blame::new $browser_commit $p + blame::new $browser_commit $p {} } } }