Index: /applications/editors/josm/plugins/tageditor/build.xml
===================================================================
--- /applications/editors/josm/plugins/tageditor/build.xml	(revision 18384)
+++ /applications/editors/josm/plugins/tageditor/build.xml	(revision 18385)
@@ -89,5 +89,5 @@
                 <attribute name="Plugin-Description" value="Provides a dialog for editing tags in a tabular grid."/>
                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/TagEditor"/>
-                <attribute name="Plugin-Mainversion" value="2141"/>
+                <attribute name="Plugin-Mainversion" value="2355"/>
                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
             </manifest>
Index: /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java
===================================================================
--- /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java	(revision 18384)
+++ /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java	(revision 18385)
@@ -343,7 +343,6 @@
 			setVisible(false);
 			model.updateJOSMSelection();
-
-			Collection<OsmPrimitive> sel = Main.main.getCurrentDataSet().getSelected();
-			DataSet.fireSelectionChanged(sel);
+			DataSet ds = Main.main.getCurrentDataSet();
+			ds.fireSelectionChanged();
 			Main.parent.repaint(); // repaint all - drawing could have been changed
 		}
