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:
parent
fbdd549259
commit
455f7fb132
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ public abstract class CLocationTab extends AbstractCPropertyTab {
|
||||||
src.add(new _Entry(newEntry(f, new IPath[0], !f.isLinked())));
|
src.add(new _Entry(newEntry(f, new IPath[0], !f.isLinked())));
|
||||||
saveData();
|
saveData();
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
// edit filter
|
// edit filter
|
||||||
case 2:
|
case 2:
|
||||||
if (sel.length == 0) return;
|
if (sel.length == 0) return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue