aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
diff options
context:
space:
mode:
authorblafoo <github@blafoo.de>2011-11-18 10:23:24 +0100
committerblafoo <github@blafoo.de>2011-11-18 10:23:24 +0100
commit8db1348ab1153f156a1c04578fa6df4b706a500d (patch)
treeab82e2eac38a82b207bfca7a5e1a05941b3bca9d /main/src/cgeo
parent29349ba052924352009f3cb3a8da11b8fe0bbd01 (diff)
downloadcgeo-8db1348ab1153f156a1c04578fa6df4b706a500d.zip
cgeo-8db1348ab1153f156a1c04578fa6df4b706a500d.tar.gz
cgeo-8db1348ab1153f156a1c04578fa6df4b706a500d.tar.bz2
Consider setting for rating
Diffstat (limited to 'main/src/cgeo')
-rw-r--r--main/src/cgeo/geocaching/cgeopopup.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeopopup.java b/main/src/cgeo/geocaching/cgeopopup.java
index 8c9357a..a712202 100644
--- a/main/src/cgeo/geocaching/cgeopopup.java
+++ b/main/src/cgeo/geocaching/cgeopopup.java
@@ -364,7 +364,7 @@ public class cgeopopup extends AbstractActivity {
if (cache.getRating() != null && cache.getRating() > 0) {
setRating(cache.getRating(), cache.getVotes());
} else {
- if (cache.supportsGCVote()) {
+ if (Settings.isRatingWanted() && cache.supportsGCVote()) {
(new Thread() {
@Override