Changeset 5140 in josm


Ignore:
Timestamp:
Mar 31, 2012 11:59:27 AM (14 months ago)
Author:
simon04
Message:

fix #7030 - manual plugin update does not clear "you should update" status

File:
1 edited

Legend:

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

    r5120 r5140  
    3737 
    3838import org.openstreetmap.josm.Main; 
     39import org.openstreetmap.josm.data.Version; 
    3940import org.openstreetmap.josm.gui.HelpAwareOptionPane; 
    4041import org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec; 
     
    285286                            model.updateAvailablePlugins(task.getAvailabePlugins()); 
    286287                            pnlPluginPreferences.refreshView(); 
     288                            Main.pref.putInteger("pluginmanager.version", Version.getInstance().getVersion()); // fix #7030 
    287289                        } 
    288290                    }); 
Note: See TracChangeset for help on using the changeset viewer.