1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug # 202900 : Exception when adding source folder in Source Locations tab

This commit is contained in:
Oleg Krasilnikov 2007-09-11 11:30:49 +00:00
parent fbdd549259
commit 455f7fb132

View file

@ -188,6 +188,7 @@ public abstract class CLocationTab extends AbstractCPropertyTab {
src.add(new _Entry(newEntry(f, new IPath[0], !f.isLinked())));
saveData();
}
break;
// edit filter
case 2:
if (sel.length == 0) return;