diff options
Diffstat (limited to 'src/cgeo/geocaching/cgBase.java')
| -rw-r--r-- | src/cgeo/geocaching/cgBase.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgeo/geocaching/cgBase.java b/src/cgeo/geocaching/cgBase.java index c0e093d..4995919 100644 --- a/src/cgeo/geocaching/cgBase.java +++ b/src/cgeo/geocaching/cgBase.java @@ -759,7 +759,7 @@ public class cgBase { } // cache direction - image - if (settings.loadDirectionImg) + if (settings.getLoadDirImg()) { try { final Matcher matcherDirection = patternDirection.matcher(row); @@ -948,7 +948,7 @@ public class cgBase { } // get direction images - if (settings.loadDirectionImg) + if (settings.getLoadDirImg()) { for (cgCache oneCache : caches.cacheList) { if (oneCache.latitude == null && oneCache.longitude == null && oneCache.directionImg != null) { |
