1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-08 11:03:28 +02:00

[166343] modified patch was applied earlier in defect 166156.

This commit is contained in:
David McKnight 2006-12-04 15:55:34 +00:00
parent bb0c6a1fe1
commit bf8483727c
2 changed files with 2 additions and 0 deletions

View file

@ -4955,6 +4955,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
if (w == null)
return 0;
// modified patch initially provided by Tobias Schwarz
if (w instanceof TreeItem) {
TreeItem ti = (TreeItem) w;
int count = getItemCount((Item) w);

View file

@ -4955,6 +4955,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
if (w == null)
return 0;
// modified patch initially provided by Tobias Schwarz
if (w instanceof TreeItem) {
TreeItem ti = (TreeItem) w;
int count = getItemCount((Item) w);