1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Bug #199387 : NPE eliminated

This commit is contained in:
Oleg Krasilnikov 2007-08-09 11:51:08 +00:00
parent d1c81163ba
commit f089bbf2b4

View file

@ -871,6 +871,7 @@ implements
ICPropertyTab t = ((InternalTab)itabs.get(0)).tab;
if (! t.canBeVisible())
t.handleTabEvent(ICPropertyTab.VISIBLE, null);
return;
}
boolean willAdd = false;
TabItem[] ts = folder.getItems();