Changeset 2358 in josm for trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java
- Timestamp:
- 2009-10-31T13:15:29+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java
r2070 r2358 27 27 import org.openstreetmap.josm.Main; 28 28 import org.openstreetmap.josm.actions.AboutAction; 29 import org.openstreetmap.josm.data.Version; 29 30 import org.openstreetmap.josm.gui.ExtendedDialog; 30 31 import org.openstreetmap.josm.gui.PleaseWaitRunnable; … … 120 121 121 122 private static boolean download(PluginInformation pd, File file) { 122 if(pd.mainversion > AboutAction.getVersionNumber())123 if(pd.mainversion > Version.getInstance().getVersion()) 123 124 { 124 125 ExtendedDialog dialog = new ExtendedDialog(
Note:
See TracChangeset
for help on using the changeset viewer.
