- Timestamp:
 - 2017-03-05T00:36:32+01:00 (9 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java
r11657 r11677 1131 1131 */ 1132 1132 public Action unregister(Action action) { 1133 Stringtoolbar =(String)action.getValue("toolbar");1134 if (toolbar != null) {1133 Object toolbar = action.getValue("toolbar"); 1134 if (toolbar instanceof String) { 1135 1135 return regactions.remove(toolbar); 1136 1136 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  