Ignore:
Timestamp:
2009-02-25T14:21:24+01:00 (16 years ago)
Author:
stoecker
Message:

close #2233 and some minor fixes. patch by xeen

File:
1 edited

Legend:

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

    r1415 r1444  
    107107                    p.put(info.stage, new LinkedList<PluginInformation>());
    108108                p.get(info.stage).add(info);
    109             } else {
     109            } else if(early) {
    110110                JOptionPane.showMessageDialog(Main.parent, tr("Plugin not found: {0}.", pluginName));
    111111            }
Note: See TracChangeset for help on using the changeset viewer.