aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/SearchResult.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/SearchResult.java')
-rw-r--r--main/src/cgeo/geocaching/SearchResult.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/SearchResult.java b/main/src/cgeo/geocaching/SearchResult.java
index 2e8a3f6..c56e29e 100644
--- a/main/src/cgeo/geocaching/SearchResult.java
+++ b/main/src/cgeo/geocaching/SearchResult.java
@@ -272,7 +272,7 @@ public class SearchResult implements Parcelable {
for (Geocache geocache : caches) {
addGeocode(geocache.getGeocode());
}
- DataStore.saveCaches(caches, EnumSet.of(SaveFlag.SAVE_CACHE));
+ DataStore.saveCaches(caches, EnumSet.of(SaveFlag.CACHE));
}
public boolean isEmpty() {