Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 11aba3f0d359f1c1d8f2c6ce98830d807addcc33
https://github.com/Teiid-Designer/teiid-designer/commit/11aba3f0d359f1c1d...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-03-09 (Sat, 09 Mar 2013)
Changed paths:
M
plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/explorer/ModelExplorerResourceNavigator.java
Log Message:
-----------
TEIIDDES-1615: Fix multiple eclipse preference listeners
* The createServerStatusPanel method is called each time the view is
created/opened which means that opening/closing the view could result
in multiple listeners being created and added to the UiPlugin's
preferences object.
* Creates a singleton preference-change-listener and adds it in
createServerStatusPanel and removes it in dispose