Don't check by default

This commit is contained in:
Jamie Cameron
2008-03-06 04:54:35 +00:00
parent 5a23f01886
commit 7e5043bbf0

View File

@@ -76,7 +76,7 @@ foreach $d (&list_diffs($act)) {
($rb) = grep { $_->{'file'} eq $d->{'object'} } @files;
}
local $cbox = @files ?
&ui_checkbox("r", $d->{'object'}, "", 1, undef, !$rb) : undef;
&ui_checkbox("r", $d->{'object'}, "", $rb, undef, !$rb) : undef;
$rbcount++ if ($rb);
if ($t =~ /\$2/ || !$d->{'diff'}) {
# Diff is just a single line message