diff options
| author | Ralf Hubert <_rahu_@web.de> | 2011-08-01 19:43:41 +0200 |
|---|---|---|
| committer | Ralf Hubert <_rahu_@web.de> | 2011-08-01 20:03:41 +0200 |
| commit | 7800d4761313a036f32e3d31747099f009c0e1da (patch) | |
| tree | 3646bb017e23cf9f35b26548e25890a36b24dd53 /src/cgeo/geocaching/cgData.java | |
| parent | 46a3be19f33bc07aa129bc83407bda8befc50e08 (diff) | |
| download | cgeo-7800d4761313a036f32e3d31747099f009c0e1da.zip cgeo-7800d4761313a036f32e3d31747099f009c0e1da.tar.gz cgeo-7800d4761313a036f32e3d31747099f009c0e1da.tar.bz2 | |
some changes after code-discussion
Diffstat (limited to 'src/cgeo/geocaching/cgData.java')
| -rw-r--r-- | src/cgeo/geocaching/cgData.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cgeo/geocaching/cgData.java b/src/cgeo/geocaching/cgData.java index 38c6dfc..c8c98a0 100644 --- a/src/cgeo/geocaching/cgData.java +++ b/src/cgeo/geocaching/cgData.java @@ -2277,9 +2277,7 @@ public class cgData { final cgImage log_img = new cgImage(); log_img.title = (String)cursor.getString(cursor.getColumnIndex("title")); log_img.url = (String)cursor.getString(cursor.getColumnIndex("url")); - if (logImgList != null) { - logImgList.add(log_img); - } + logImgList.add(log_img); } while (cursor.moveToNext()); } |
