diff options
| author | rsudev <rasch@munin-soft.de> | 2012-12-11 00:26:38 +0100 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2012-12-11 00:26:38 +0100 |
| commit | d7693ff5d5af4c4a03412ff2e2e60f05cb5c587e (patch) | |
| tree | ea31f31499e8af6ad4e4de9b1c854998b2e453a2 /main/src/cgeo/geocaching/maps | |
| parent | 0d310a2d34cc6a4974e8eedbe0c1c2881ac71dd5 (diff) | |
| parent | 16b21061eb0be6c0cfd09b281f199e6e19608627 (diff) | |
| download | cgeo-d7693ff5d5af4c4a03412ff2e2e60f05cb5c587e.zip cgeo-d7693ff5d5af4c4a03412ff2e2e60f05cb5c587e.tar.gz cgeo-d7693ff5d5af4c4a03412ff2e2e60f05cb5c587e.tar.bz2 | |
Merge remote-tracking branch 'upstream/release' into issue2232m
Diffstat (limited to 'main/src/cgeo/geocaching/maps')
| -rw-r--r-- | main/src/cgeo/geocaching/maps/CGeoMap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/maps/CGeoMap.java b/main/src/cgeo/geocaching/maps/CGeoMap.java index e5e6f13..7aa3135 100644 --- a/main/src/cgeo/geocaching/maps/CGeoMap.java +++ b/main/src/cgeo/geocaching/maps/CGeoMap.java @@ -1143,7 +1143,7 @@ public class CGeoMap extends AbstractMap implements OnMapDragListener, ViewFacto caches.removeAll(cachesFromSearchResult); caches.addAll(cachesFromSearchResult); - if (isLiveEnabled) { + if (mapMode == MapMode.LIVE) { final boolean excludeMine = Settings.isExcludeMyCaches(); final boolean excludeDisabled = Settings.isExcludeDisabledCaches(); |
