Changeset 1095 in josm


Ignore:
Timestamp:
2008-11-27T22:04:33+01:00 (15 years ago)
Author:
framm
Message:
  • bugfix update check (patch submitted by Stephan <osm@…>)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/Main.java

    r1084 r1095  
    268268                        long tim = System.currentTimeMillis();
    269269                        long last = Main.pref.getLong("pluginmanager.lastupdate", 0);
    270                         Integer maxTime = Main.pref.getInteger("pluginmanager.warntime", 30*24*60*60);
     270                        Integer maxTime = Main.pref.getInteger("pluginmanager.warntime", 30);
    271271                        if(last <= 0)
    272272                        {
Note: See TracChangeset for help on using the changeset viewer.