Index: /trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowser.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowser.java	(revision 2415)
+++ /trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowser.java	(revision 2416)
@@ -18,5 +18,5 @@
 /**
  * HistoryBrowser is an UI component which displays history information about an {@see OsmPrimitive}.
- * 
+ *
  *
  */
@@ -34,5 +34,5 @@
     /**
      * embedds table in a {@see JScrollPane}
-     * 
+     *
      * @param table the table
      * @return the {@see JScrollPane} with the embedded table
@@ -47,5 +47,5 @@
     /**
      * creates the table which shows the list of versions
-     * 
+     *
      * @return  the panel with the version table
      */
@@ -62,5 +62,5 @@
      * creates the panel which shows information about two different versions
      * of the same {@see OsmPrimitive}.
-     * 
+     *
      * @return the panel
      */
@@ -122,9 +122,11 @@
     /**
      * populates the browser with the history of a specific {@see OsmPrimitive}
-     * 
+     *
      * @param history the history
      */
     public void populate(History history) {
         model.setHistory(history);
+
+        tpViewers.removeAll();
 
         tpViewers.add(tagInfoViewer);
@@ -146,5 +148,5 @@
     /**
      * replies the {@see History} currently displayed by this browser
-     * 
+     *
      * @return the current history
      */
