mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix entry points management, broken back in 2008
This commit is contained in:
@@ -241,7 +241,7 @@ public class EntryPointsManagerImpl implements PersistentStateComponent<Element>
|
||||
}
|
||||
}
|
||||
|
||||
if (isPersistent) {
|
||||
if (!isPersistent) {
|
||||
myTemporaryEntryPoints.add(newEntryPoint);
|
||||
((RefElementImpl)newEntryPoint).setEntry(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user