diff options
Diffstat (limited to 'main/src/cgeo/geocaching/cgeowaypointadd.java')
-rw-r--r-- | main/src/cgeo/geocaching/cgeowaypointadd.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/cgeowaypointadd.java b/main/src/cgeo/geocaching/cgeowaypointadd.java index bce8441..ab73af5 100644 --- a/main/src/cgeo/geocaching/cgeowaypointadd.java +++ b/main/src/cgeo/geocaching/cgeowaypointadd.java @@ -91,7 +91,7 @@ public class cgeowaypointadd extends AbstractActivity { setTitle("waypoint"); if (geo == null) { - geo = app.startGeo(this, geoUpdate, base, 0, 0); + geo = app.startGeo(this, geoUpdate, 0, 0); } // get parameters @@ -146,7 +146,7 @@ public class cgeowaypointadd extends AbstractActivity { if (geo == null) { - geo = app.startGeo(this, geoUpdate, base, 0, 0); + geo = app.startGeo(this, geoUpdate, 0, 0); } if (id > 0) { |