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

View differences:

Launcher.java
2187 2187
		IconThemeInfo selectedTheme = iconManager.readConfig();
2188 2188
		if (selectedTheme!=null) {
2189 2189
			iconManager.setDefault(selectedTheme);
2190
			logger.info("Setting the icon theme: "+selectedTheme);
2190
			logger.info("Setting the icon theme: "+selectedTheme.toVerboseString());
2191 2191
		}
2192 2192
		else {
2193 2193
			// set the default dir and try to load the default theme
......
2198 2198
				for (int i=0; i<list.length; i++) {
2199 2199
					if (list[i].getResourceName().equals("iconThemes/icons")) {
2200 2200
						iconManager.setDefault(list[i]);
2201
						logger.info("Setting the default icon theme: "+list[i]);
2201
						logger.info("Setting the default icon theme: "+list[i].toVerboseString());
2202 2202
						return;
2203 2203
					}
2204 2204
				}

Also available in: Unified diff