Index: trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java	(revision 9402)
+++ trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java	(revision 9403)
@@ -624,5 +624,5 @@
             }
             if (this.reference == this.latest) {
-                this.current = history.getLatest();
+                this.reference = history.getLatest();
             }
             this.latest = null;
