aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgData.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/cgData.java')
-rw-r--r--src/cgeo/geocaching/cgData.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgeo/geocaching/cgData.java b/src/cgeo/geocaching/cgData.java
index 78a3442..deb8ea1 100644
--- a/src/cgeo/geocaching/cgData.java
+++ b/src/cgeo/geocaching/cgData.java
@@ -1354,7 +1354,7 @@ public class cgData {
if (!waypoints.isEmpty()) {
ContentValues values = new ContentValues();
for (cgWaypoint oneWaypoint : waypoints) {
- if (oneWaypoint.type.equalsIgnoreCase("own")) {
+ if (oneWaypoint.isUserDefined()) {
continue;
}