Changeset 3054 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/plugin/PluginPreferencesModel.java
- Timestamp:
- 2010-02-27T15:55:13+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/plugin/PluginPreferencesModel.java
r2990 r3054 289 289 for (PluginInformation pi : plugins) { 290 290 File downloadedPluginFile = new File(pluginDir, pi.name + ".jar.new"); 291 if (! 291 if (!(downloadedPluginFile.exists() && downloadedPluginFile.canRead())) { 292 292 continue; 293 293 }
Note:
See TracChangeset
for help on using the changeset viewer.