Skip to content
Snippets Groups Projects
Commit e4e69119 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT Committed by Patrick MADELA
Browse files

Obvious bug correction

parent fde6241d
Branches
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ public class PerspectiveFactory implements IPerspectiveFactory {
public boolean add(IPerspective e) {
boolean result = perspectives.add(e);
if (result) {
support.fireIndexedPropertyChange(PERSPECTIVES, perspectives.indexOf(result), null, result);
support.fireIndexedPropertyChange(PERSPECTIVES, perspectives.indexOf(e), null, result);
}
return result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment