Index: applications/editors/josm/plugins/walkingpapers/build.xml
===================================================================
--- applications/editors/josm/plugins/walkingpapers/build.xml	(revision 31097)
+++ applications/editors/josm/plugins/walkingpapers/build.xml	(revision 31114)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="7001"/>
+    <property name="plugin.main.version" value="7817"/>
 
     <property name="plugin.author" value="Frederik Ram"/>
Index: applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java
===================================================================
--- applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java	(revision 31097)
+++ applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java	(revision 31114)
@@ -79,5 +79,5 @@
                 BoundingXYVisitor bbox = new BoundingXYVisitor();
                 bbox.visit(printBounds);
-                Main.map.mapView.recalculateCenterScale(bbox);
+                Main.map.mapView.zoomTo(bbox);
                 needRedraw = true;
             }
