Index: /applications/editors/josm/plugins/alignways/build.xml
===================================================================
--- /applications/editors/josm/plugins/alignways/build.xml	(revision 23559)
+++ /applications/editors/josm/plugins/alignways/build.xml	(revision 23560)
@@ -36,5 +36,5 @@
 		with
 	-->
-	<property name="plugin.main.version" value="3208" />
+	<property name="plugin.main.version" value="3600" />
 
 
@@ -228,5 +228,5 @@
 
 	<!--
-		** commits the plugin.jar 
+		** commits the plugin.jar
 		-->
 	<target name="commit-dist">
Index: /applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAlgnSegment.java
===================================================================
--- /applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAlgnSegment.java	(revision 23559)
+++ /applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAlgnSegment.java	(revision 23560)
@@ -22,5 +22,5 @@
  *         point - keeps its potential pivot point list up to date - rotate
  *         itself - paint itself and its selected pivot point
- * 
+ *
  */
 public class AlignWaysAlgnSegment extends AlignWaysSegment {
@@ -88,5 +88,5 @@
      * Returns the EastNorth of the specified pivot point pp. It always returns
      * up-to-date data from dataset. Assumes segment is not null.
-     * 
+     *
      * @param pp
      *            The pivot location
@@ -135,5 +135,5 @@
     private PivotLocations findNearbyPivot(Point clickedPoint) {
         PivotLocations nearest = PivotLocations.NONE;
-        int snapDistance = NavigatableComponent.snapDistance;
+        int snapDistance = NavigatableComponent.PROP_SNAP_DISTANCE.get();
 
         // If no alignee selected yet, there's no point to carry on
@@ -155,5 +155,5 @@
     /*
      * (non-Javadoc)
-     * 
+     *
      * @see
      * org.openstreetmap.josm.plugins.alignways.AlignWaysRefSegment#paint(java
