Index: /applications/editors/josm/plugins/osmarender/build.xml
===================================================================
--- /applications/editors/josm/plugins/osmarender/build.xml	(revision 17378)
+++ /applications/editors/josm/plugins/osmarender/build.xml	(revision 17379)
@@ -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="1815"/>
+                <attribute name="Plugin-Mainversion" value="2012"/>
                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
             </manifest>
Index: /applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java
===================================================================
--- /applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java	(revision 17378)
+++ /applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java	(revision 17379)
@@ -63,5 +63,5 @@
             for (OsmPrimitive p : new HashSet<OsmPrimitive>(backRefsV.data)) {
                 if (p instanceof Way) {
-                    for (Node n : ((Way) p).nodes) {
+                    for (Node n : ((Way) p).getNodes()) {
                         if (n.getCoor().isWithin(b))
                             backRefsV.data.add(n);
