Changeset 3331 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2010-06-15T08:46:10+02:00 (14 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
r3330 r3331 174 174 author = attr.getValue("Author"); 175 175 iconPath = attr.getValue("Plugin-Icon"); 176 if (iconPath != null ) {176 if (iconPath != null && file != null) { 177 177 // extract icon from the plugin jar file 178 178 icon = ImageProvider.getIfAvailable(null, null, null, iconPath, file); -
trunk/src/org/openstreetmap/josm/plugins/ReadLocalPluginInformationTask.java
r3330 r3331 98 98 99 99 protected void scanIconCacheFiles(ProgressMonitor monitor, File pluginsDirectory) { 100 System.err.println("scanIconCacheFiles");101 100 File[] siteCacheFiles = pluginsDirectory.listFiles( 102 101 new FilenameFilter() {
Note:
See TracChangeset
for help on using the changeset viewer.