Revision 41510

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/gui/preferencespage/AppSymbolPreferences.java
133 133
	
134 134
	public String getSymbolLibraryPath() {
135 135
		String spath = (String)values.getDynValue(SYMBOL_LIBRARY_PATH);
136
                if( spath==null ) {
137
                    return this.symbolLibraryPath;
138
                }
136 139
                File path = new File(spath);
137 140
                if( !path.exists() ) {
138 141
                    return this.symbolLibraryPath;

Also available in: Unified diff