Merge branch 'maint'
[gitweb.git] / lib / browser.tcl
index 3ba5c3a1fa41970b039b0f9d1cc5234a889a139a..53d5a628165a29c592ab14c234a000a56d7c6a12 100644 (file)
@@ -47,7 +47,7 @@ constructor new {commit {path {}}} {
                -width 70 \
                -xscrollcommand [list $w.list.sbx set] \
                -yscrollcommand [list $w.list.sby set]
-       $w_list tag conf in_sel -background lightgray
+       rmsel_tag $w_list
        scrollbar $w.list.sbx -orient h -command [list $w_list xview]
        scrollbar $w.list.sby -orient v -command [list $w_list yview]
        pack $w.list.sbx -side bottom -fill x