- Timestamp:
- 2010-02-15T14:28:46+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationDialogManager.java
r2986 r2992 215 215 DialogContext context = null; 216 216 for (DialogContext c : openDialogs.keySet()) { 217 if (openDialogs.get(c) .equals(editor)) {217 if (editor.equals(openDialogs.get(c))) { 218 218 context = c; 219 219 break;
Note:
See TracChangeset
for help on using the changeset viewer.