Index: applications/editors/josm/plugins/globalsat/build.xml
===================================================================
--- applications/editors/josm/plugins/globalsat/build.xml	(revision 20267)
+++ applications/editors/josm/plugins/globalsat/build.xml	(revision 20431)
@@ -33,5 +33,5 @@
 	<property name="commit.message" value="Changed constructor signature of plugin main class" />
 	<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-	<property name="plugin.main.version" value="2907" />
+	<property name="plugin.main.version" value="3119" />
 
 	<property name="josm"                   location="../../core/dist/josm-custom.jar"/>
@@ -97,8 +97,8 @@
 
 	<!--
-		************************** Publishing the plugin *********************************** 
+		************************** Publishing the plugin ***********************************
 		-->
 	<!--
-			** extracts the JOSM release for the JOSM version in ../core and saves it in the 
+			** extracts the JOSM release for the JOSM version in ../core and saves it in the
 			** property ${coreversion.info.entry.revision}
 			**
@@ -149,15 +149,15 @@
 
 	<!--
-			** commits the plugin.jar 
+			** commits the plugin.jar
 			-->
 	<target name="commit-dist">
 		<echo>
 		***** Properties of published ${plugin.jar} *****
-		Commit message    : '${commit.message}'					
+		Commit message    : '${commit.message}'
 		Plugin-Mainversion: ${plugin.main.version}
 		JOSM build version: ${coreversion.info.entry.revision}
 		Plugin-Version    : ${version.entry.commit.revision}
-		***** / Properties of published ${plugin.jar} *****					
-							
+		***** / Properties of published ${plugin.jar} *****
+
 		Now commiting ${plugin.jar} ...
 		</echo>
Index: applications/editors/josm/plugins/globalsat/src/org/openstreetmap/josm/plugins/globalsat/SingleSegmentGpxTrack.java
===================================================================
--- applications/editors/josm/plugins/globalsat/src/org/openstreetmap/josm/plugins/globalsat/SingleSegmentGpxTrack.java	(revision 20267)
+++ applications/editors/josm/plugins/globalsat/src/org/openstreetmap/josm/plugins/globalsat/SingleSegmentGpxTrack.java	(revision 20431)
@@ -36,3 +36,8 @@
 	}
 
+	@Override
+	public int getUpdateCount() {
+		return trackSegment.getUpdateCount();
+	}
+
 }
