aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeocaches.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2012-04-22 14:38:38 +0200
committerSamuel Tardieu <sam@rfc1149.net>2012-04-22 16:35:01 +0200
commit561023f14be9c9dab2cfbd087c91b3c84176fc5a (patch)
tree00e98f02f8211d9ddd6bbe2ad3b8cfad68079468 /main/src/cgeo/geocaching/cgeocaches.java
parentb47670fb9b587506c2097c7eaffaede0a764503a (diff)
downloadcgeo-561023f14be9c9dab2cfbd087c91b3c84176fc5a.zip
cgeo-561023f14be9c9dab2cfbd087c91b3c84176fc5a.tar.gz
cgeo-561023f14be9c9dab2cfbd087c91b3c84176fc5a.tar.bz2
Refactoring: fix Javadoc strings and style in cgCache
Diffstat (limited to 'main/src/cgeo/geocaching/cgeocaches.java')
-rw-r--r--main/src/cgeo/geocaching/cgeocaches.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeocaches.java b/main/src/cgeo/geocaching/cgeocaches.java
index 197c452..070e115 100644
--- a/main/src/cgeo/geocaching/cgeocaches.java
+++ b/main/src/cgeo/geocaching/cgeocaches.java
@@ -1087,7 +1087,8 @@ public class cgeocaches extends AbstractListActivity {
NavigationAppFactory.showNavigationMenu(geo, this, cache, null, null);
return true;
} else if (id == MENU_LOG_VISIT) {
- return getCacheFromAdapter(adapterInfo).logVisit(this);
+ getCacheFromAdapter(adapterInfo).logVisit(this);
+ return true;
} else if (id == MENU_CACHE_DETAILS) {
final Intent cachesIntent = new Intent(this, CacheDetailActivity.class);
final cgCache cache = getCacheFromAdapter(adapterInfo);