mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
2005-06-22 Alain Magloire
Fix PR 99668 from Craig Watson. * src/org/eclipse/cdt/internal/ui/cview/CViewContentProvider.java
This commit is contained in:
parent
e4f615ddbd
commit
6d31e93f68
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-06-22 Alain Magloire
|
||||
Fix PR 99668 from Craig Watson.
|
||||
* src/org/eclipse/cdt/internal/ui/cview/CViewContentProvider.java
|
||||
|
||||
2005-06-22 Alain Magloire
|
||||
Fix PR 100263 from Devin.
|
||||
* src/org/eclipse/cdt/internal/ui/preferences/PrefrencesMessages.properties
|
||||
|
|
|
@ -160,7 +160,7 @@ public class CViewContentProvider extends CElementContentProvider {
|
|||
parent = ((IncludeReferenceProxy)element).getIncludeRefContainer();
|
||||
} else if (element instanceof IncludeRefContainer) {
|
||||
parent = ((IncludeRefContainer)element).getCProject();
|
||||
} if (element instanceof ILibraryReference) {
|
||||
} else if (element instanceof ILibraryReference) {
|
||||
if (parent instanceof ICProject) {
|
||||
parent = new LibraryRefContainer((ICProject)parent);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue