Changeset 2996 in josm for trunk/src/org/openstreetmap/josm/gui/conflict/tags/CombinePrimitiveResolverDialog.java
- Timestamp:
- 16.02.2010 09:30:28 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/conflict/tags/CombinePrimitiveResolverDialog.java
r2779 r2996 222 222 List<Command> cmds = new LinkedList<Command>(); 223 223 224 if (getTagConflictResolverModel().getNumDecisions() > 0) {225 TagCollection tc = getTagConflictResolverModel().getResolution();226 cmds.addAll(buildTagChangeCommand(targetPrimitive, tc));224 TagCollection allResolutions = getTagConflictResolverModel().getAllResolutions(); 225 if (allResolutions.size() > 0) { 226 cmds.addAll(buildTagChangeCommand(targetPrimitive, allResolutions)); 227 227 } 228 228 if (targetPrimitive.get("created_by") != null) {
Note: See TracChangeset
for help on using the changeset viewer.
