Ignore:
Timestamp:
06.02.2010 09:37:48 (2 years ago)
Author:
jttt
Message:

Improvements in conflicts gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/pair/ListMergeModel.java

    r2936 r2945  
    310310    } 
    311311 
     312    public void copyAll(ListRole source) { 
     313        getMergedEntries().clear(); 
     314        getMergedEntries().addAll(entries.get(source)); 
     315        fireModelDataChanged(); 
     316    } 
     317 
    312318    /** 
    313319     * Copies the nodes given by indices in rows from the list of  nodes <code>source</code> to the 
Note: See TracChangeset for help on using the changeset viewer.