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 17536)
+++ 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;
