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 a712202..a7d009a 100644 --- a/main/src/cgeo/geocaching/cgeopopup.java +++ b/main/src/cgeo/geocaching/cgeopopup.java @@ -190,7 +190,7 @@ public class cgeopopup extends AbstractActivity { } int logType = menuItem - MENU_LOG_VISIT_OFFLINE; - cache.logOffline(this, logType, base); + cache.logOffline(this, logType); return true; } |
