[Bug #1297] Reset the list listenersToAdd when changing perspectives.

Not resetting it keeps the old listeners attached to the resources/criteria
selector and name filter.

FEA: ItEr75S04BugFixing
This commit is contained in:
Jacobo Aragunde Pérez 2011-12-17 13:30:02 +01:00
parent 0a372fae4e
commit 46ac030d5d

View file

@ -192,6 +192,7 @@ public class ResourceLoadController implements Composer {
resourcesLoadPanel = null;
listeners = new ListenerTracker();
visualizationModifiers = null;
listenersToAdd = null;
}
public IOnTransaction<Void> reload() {