diff options
Diffstat (limited to 'main/src/cgeo/geocaching/cgeo.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgeo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeo.java b/main/src/cgeo/geocaching/cgeo.java index c80ec6f..c1e4269 100644 --- a/main/src/cgeo/geocaching/cgeo.java +++ b/main/src/cgeo/geocaching/cgeo.java @@ -772,7 +772,7 @@ public class cgeo extends AbstractActivity { } } - countBubbleCnt = app.getAllStoredCachesCount(true, CacheType.ALL); + countBubbleCnt = cgeoapplication.getAllCachesCount(); countBubbleHandler.sendEmptyMessage(0); } |
