Revision 1381

View differences:

trunk/frameworks/_fwAndami/src/com/iver/andami/Launcher.java
298 298
			XMLEntity plugin = entity.getChild(i);
299 299
			String pName = plugin.getStringProperty(
300 300
					"com.iver.andami.pluginName");
301
			((PluginServices) pluginsServices.get(pName)).setPersistentXML(plugin);
301
			if (pluginsServices.get(pName)!= null){
302
				((PluginServices) pluginsServices.get(pName)).setPersistentXML(plugin);
303
			}
302 304
		}
303 305
	}
304 306

  

Also available in: Unified diff