Revision 30046

View differences:

trunk/libraries/libCorePlugin/src/com/iver/core/preferences/general/AppearancePage.java
170 170
    }
171 171

  
172 172
    public void initializeDefaults() {
173
    	getLookAndFeelComboBox().removeActionListener(myAction);
173
//    	getLookAndFeelComboBox().removeActionListener(myAction);
174 174

  
175 175
    	final String defaultLookAndFeel = Launcher.getDefaultLookAndFeel();
176 176
        for (int i = 0; i < getLookAndFeelComboBox().getModel().getSize(); i++) {
......
180 180
        		break;
181 181
        	}
182 182
        }
183
        getLookAndFeelComboBox().addActionListener(myAction);
183
//        getLookAndFeelComboBox().addActionListener(myAction);
184 184
    }
185 185

  
186 186
    public ImageIcon getIcon() {

Also available in: Unified diff