1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

drives shouldn't be hidden

This commit is contained in:
David McKnight 2006-09-05 19:08:28 +00:00
parent 8218105081
commit 0c8878c454

View file

@ -121,6 +121,10 @@ public class DStoreHostFile implements IHostFile
{ {
return true; return true;
} }
else if (isRoot())
{
return false;
}
else else
{ {
String str = getAttribute(_element.getSource(), ATTRIBUTE_IS_HIDDEN); String str = getAttribute(_element.getSource(), ATTRIBUTE_IS_HIDDEN);