diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2011-08-10 21:04:46 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2011-08-10 21:04:46 +0200 |
| commit | baf51975faa96a0ad8009362a19233bf8f8d37c0 (patch) | |
| tree | 542ae94e0a5c45d4ff4cbf207778f0b5c06ef5cd /src/cgeo/geocaching/cgCacheListAdapter.java | |
| parent | 22011681d3134bda74ece6d7d60898b7464f1fe8 (diff) | |
| download | cgeo-baf51975faa96a0ad8009362a19233bf8f8d37c0.zip cgeo-baf51975faa96a0ad8009362a19233bf8f8d37c0.tar.gz cgeo-baf51975faa96a0ad8009362a19233bf8f8d37c0.tar.bz2 | |
* remove duplicated app, settings, pref, res, base fields in all
activies
* remove cgWarning class, it is no longer needed
* convert many non static methods to static methods, to ease removing
the no longer needed fields afterwards
If you have trouble merging after you fetch these changes, I'm happy to
help.
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 6fa35e1..5ed88a3 100644 --- a/src/cgeo/geocaching/cgCacheListAdapter.java +++ b/src/cgeo/geocaching/cgCacheListAdapter.java @@ -520,7 +520,7 @@ public class cgCacheListAdapter extends ArrayAdapter<cgCache> { Bitmap dirImgPre = null; Bitmap dirImg = null; try { - dirImgPre = BitmapFactory.decodeFile(settings.getStorage() + cache.geocode + "/direction.png"); + dirImgPre = BitmapFactory.decodeFile(cgSettings.getStorage() + cache.geocode + "/direction.png"); dirImg = dirImgPre.copy(Bitmap.Config.ARGB_8888, true); dirImgPre.recycle(); |
