Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limit
Patch by Andreas Franke <afranke@ags.uni-sb.de> r= bbaetz, gerv git-svn-id: svn://10.0.0.236/trunk@115561 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0d1e5c8014
commit
c257f09d8a
@ -151,7 +151,7 @@ sub DumpKids {
|
||||
|;
|
||||
}
|
||||
|
||||
if (exists $seen{$kid}) {
|
||||
if (exists $printed{$kid}) {
|
||||
$short_desc = "<<em>This bug appears elsewhere in this tree</em>>";
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user