Index: /applications/editors/josm/plugins/osmarender/build.xml
===================================================================
--- /applications/editors/josm/plugins/osmarender/build.xml	(revision 18292)
+++ /applications/editors/josm/plugins/osmarender/build.xml	(revision 18293)
@@ -26,5 +26,5 @@
                 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
                 <attribute name="Plugin-Description" value="Launches FireFox to display the current visible screen as a nice SVG image."/>
-                <attribute name="Plugin-Mainversion" value="2166"/>
+                <attribute name="Plugin-Mainversion" value="2327"/>
                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
             </manifest>
Index: /applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java
===================================================================
--- /applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java	(revision 18292)
+++ /applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java	(revision 18293)
@@ -138,8 +138,8 @@
     private void writeGenerated(Bounds b) throws IOException {
         String bounds_tag = "<bounds " +
-            "minlat=\"" + b.min.lat() + "\" " +
-            "maxlat=\"" + b.max.lat() + "\" " +
-            "minlon=\"" + b.min.lon() + "\" " +
-            "maxlon=\"" + b.max.lon() + "\" " + "/>";
+            "minlat=\"" + b.getMin().lat() + "\" " +
+            "maxlat=\"" + b.getMax().lat() + "\" " +
+            "minlon=\"" + b.getMin().lon() + "\" " +
+            "maxlon=\"" + b.getMax().lon() + "\" " + "/>";
 
         BufferedReader reader = new BufferedReader(
