Changeset 363 in josm for trunk


Ignore:
Timestamp:
2007-10-11T21:36:40+02:00 (17 years ago)
Author:
framm
Message:
  • forgot to adapt this for previous commit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java

    r343 r363  
    6565
    6666                public int compareTo(HistoryItem o) {
    67                         return unifyDate(osm.timestamp).compareTo(unifyDate(o.osm.timestamp));
     67                        return unifyDate(osm.getTimestamp()).compareTo(unifyDate(o.osm.getTimestamp()));
    6868                }
    6969        }
Note: See TracChangeset for help on using the changeset viewer.