diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2014-05-21 19:23:47 +0200 |
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2014-05-24 12:47:45 +0200 |
| commit | cadf1bb896976c5dc04cfd4b1615ad694fec3415 (patch) | |
| tree | c9127c66b7af4af27f41fa886f5f9eb37a67f033 /main/src/cgeo/geocaching/export | |
| parent | b91529a6aaf8ac2460ec18cddcafc0d41f83f8b6 (diff) | |
| download | cgeo-cadf1bb896976c5dc04cfd4b1615ad694fec3415.zip cgeo-cadf1bb896976c5dc04cfd4b1615ad694fec3415.tar.gz cgeo-cadf1bb896976c5dc04cfd4b1615ad694fec3415.tar.bz2 | |
Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for cgeo", as it seems the // urls don't work anymore.
This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f.
Diffstat (limited to 'main/src/cgeo/geocaching/export')
| -rw-r--r-- | main/src/cgeo/geocaching/export/GpxSerializer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/export/GpxSerializer.java b/main/src/cgeo/geocaching/export/GpxSerializer.java index 8e71c08..b2587aa 100644 --- a/main/src/cgeo/geocaching/export/GpxSerializer.java +++ b/main/src/cgeo/geocaching/export/GpxSerializer.java @@ -111,7 +111,7 @@ public final class GpxSerializer { XmlUtils.multipleTexts(gpx, PREFIX_GPX, "name", cache.getGeocode(), "desc", cache.getName(), - "url", cache.getCgeoUrl(), + "url", cache.getUrl(), "urlname", cache.getName(), "sym", cache.isFound() ? "Geocache Found" : "Geocache", "type", "Geocache|" + cache.getType().pattern); |
