diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2011-08-08 22:49:07 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2011-08-08 22:49:07 +0200 |
| commit | e7d20318ea6785aeff704348160fc96f14ffbd48 (patch) | |
| tree | a79441c609fdaf030e6ecc6739ee4f0e6086d2fd /src/cgeo/geocaching/cgCacheListAdapter.java | |
| parent | 053c777889594eb535b9f0960a4cf8a3048b726f (diff) | |
| download | cgeo-e7d20318ea6785aeff704348160fc96f14ffbd48.zip cgeo-e7d20318ea6785aeff704348160fc96f14ffbd48.tar.gz cgeo-e7d20318ea6785aeff704348160fc96f14ffbd48.tar.bz2 | |
some cleanup of settings code, this is only preparation for making it a
singleton afterwards
Diffstat (limited to 'src/cgeo/geocaching/cgCacheListAdapter.java')
| -rw-r--r-- | src/cgeo/geocaching/cgCacheListAdapter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgeo/geocaching/cgCacheListAdapter.java b/src/cgeo/geocaching/cgCacheListAdapter.java index 722f650..6fa35e1 100644 --- a/src/cgeo/geocaching/cgCacheListAdapter.java +++ b/src/cgeo/geocaching/cgCacheListAdapter.java @@ -446,7 +446,7 @@ public class cgCacheListAdapter extends ArrayAdapter<cgCache> { if (compasses.contains(holder.direction) == false) { compasses.add(holder.direction); } - holder.direction.setContent(base, cache.latitude, cache.longitude); + holder.direction.setContent(cache.latitude, cache.longitude); if (cache.logOffline == true) { holder.offlineMark.setVisibility(View.VISIBLE); |
