Ignore:
Timestamp:
2007-10-07T19:52:59+02:00 (17 years ago)
Author:
framm
Message:
  • auto-disable any plugin that does not load successfully.
File:
1 edited

Legend:

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

    r345 r350  
    112112                        Main.pref.resetToDefault();
    113113                }
    114                
    115                 if (!Main.pref.getBoolean("plugins-0.5", false)) {
    116                         Main.pref.put("plugins", null);
    117                         Main.pref.put("plugins-0.5", "true");
    118                         System.out.println("disabled plugins setting. re-enable the plugins you need.");
    119                 }
    120114
    121115                // load the early plugins
Note: See TracChangeset for help on using the changeset viewer.