aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeotouch.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2011-10-05 11:24:18 +0200
committerSamuel Tardieu <sam@rfc1149.net>2011-10-05 11:24:20 +0200
commitdbd3729003c68e4133bbd30bb2cae66c1340e96b (patch)
tree34dc2708ec2c4fce5594df70698554238f61c15e /main/src/cgeo/geocaching/cgeotouch.java
parent4833848c0445d5592a95fdba3f3f61e09ead6317 (diff)
downloadcgeo-dbd3729003c68e4133bbd30bb2cae66c1340e96b.zip
cgeo-dbd3729003c68e4133bbd30bb2cae66c1340e96b.tar.gz
cgeo-dbd3729003c68e4133bbd30bb2cae66c1340e96b.tar.bz2
Make several things static following the Settings static move
Diffstat (limited to 'main/src/cgeo/geocaching/cgeotouch.java')
-rw-r--r--main/src/cgeo/geocaching/cgeotouch.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeotouch.java b/main/src/cgeo/geocaching/cgeotouch.java
index d46108e..9a2ddb3 100644
--- a/main/src/cgeo/geocaching/cgeotouch.java
+++ b/main/src/cgeo/geocaching/cgeotouch.java
@@ -448,7 +448,7 @@ public class cgeotouch extends cgLogForm {
tweetCheck = (CheckBox) findViewById(R.id.tweet);
}
- status = base.postLogTrackable(guid, tracking, viewstates, typeSelected, date.get(Calendar.YEAR), (date.get(Calendar.MONTH) + 1), date.get(Calendar.DATE), log);
+ status = cgBase.postLogTrackable(guid, tracking, viewstates, typeSelected, date.get(Calendar.YEAR), (date.get(Calendar.MONTH) + 1), date.get(Calendar.DATE), log);
if (status == 1 && Settings.isUseTwitter() &&
Settings.isTwitterLoginValid() &&