diff options
Diffstat (limited to 'main/src/cgeo/geocaching/cgeopopup.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgeopopup.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeopopup.java b/main/src/cgeo/geocaching/cgeopopup.java index a7d009a..719f05a 100644 --- a/main/src/cgeo/geocaching/cgeopopup.java +++ b/main/src/cgeo/geocaching/cgeopopup.java @@ -576,7 +576,7 @@ public class cgeopopup extends AbstractActivity { @Override public void run() { - base.storeCache(app, cgeopopup.this, cache, null, 1, handler); + cgBase.storeCache(app, cgeopopup.this, cache, null, 1, handler); } } |
