Revision 6861 trunk/frameworks/_fwAndami/src/com/iver/andami/Launcher.java

View differences:

Launcher.java
408 408
		XMLEntity entity = persistenceFromXML();
409 409

  
410 410
		//System.err.println("loadPluginPersistence()");
411
		for (int i = 0; i < entity.getNumChild(); i++) {
411
		for (int i = 0; i < entity.getChildrenCount(); i++) {
412 412
			XMLEntity plugin = entity.getChild(i);
413 413
			String pName = plugin.getStringProperty(
414 414
					"com.iver.andami.pluginName");
......
768 768
					orderedTools.put(sm, null);
769 769
				}
770 770
			}
771
			
771

  
772 772
			// get controls for statusBar
773 773
			PluginServices ps = (PluginServices) extensionPluginServices.get(ext);
774 774
			PluginClassLoader loader = ps.getClassLoader();
775
			
775

  
776 776
			//ArrayList componentList = new ArrayList();
777 777
			ComboScale[] comboScaleArray = ext.getComboScale();
778 778
			for (int k=0; k < comboScaleArray.length; k++) {
......
896 896
	}
897 897

  
898 898
	/**
899
	 * Adds new plugins to the the andami-config file. 
899
	 * Adds new plugins to the the andami-config file.
900 900
	 */
901 901
	private static void updateAndamiConfig() {
902 902
		HashSet olds = new HashSet();

Also available in: Unified diff