Index: /applications/editors/josm/plugins/openvisible/build.xml
===================================================================
--- /applications/editors/josm/plugins/openvisible/build.xml	(revision 19351)
+++ /applications/editors/josm/plugins/openvisible/build.xml	(revision 19352)
@@ -26,5 +26,5 @@
                 <attribute name="Plugin-Dependencies" value="jgrapht-jdk1.5"/>
                 <attribute name="Plugin-Description" value="Allows opening gpx/osm files that intersect the currently visible screen area"/>
-                <attribute name="Plugin-Mainversion" value="2082"/>
+                <attribute name="Plugin-Mainversion" value="2795"/>
                 <attribute name="Plugin-Stage" value="50"/>
                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Index: /applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java
===================================================================
--- /applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java	(revision 19351)
+++ /applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java	(revision 19352)
@@ -120,7 +120,7 @@
             GpxReader r = null;
             if (file.getName().endsWith(".gpx.gz")) {
-                r = new GpxReader(new GZIPInputStream(new FileInputStream(file)), file.getAbsoluteFile().getParentFile());
+                r = new GpxReader(new GZIPInputStream(new FileInputStream(file)));
             } else{
-                r = new GpxReader(new FileInputStream(file), file.getAbsoluteFile().getParentFile());
+                r = new GpxReader(new FileInputStream(file));
             }
             r.data.storageFile = file;
