diff options
| author | blafoo <github@blafoo.de> | 2011-12-19 21:42:17 +0100 |
|---|---|---|
| committer | blafoo <github@blafoo.de> | 2011-12-19 21:42:17 +0100 |
| commit | 168e614b1000431c0dc53408ad372ed1af6e6253 (patch) | |
| tree | c0faef4afa1e8b5339632232151dad017a3a9f94 /main/src/cgeo/geocaching/files/GPXParser.java | |
| parent | f3964e5801a9ab7e0357be6151c09b7ac4b30438 (diff) | |
| download | cgeo-168e614b1000431c0dc53408ad372ed1af6e6253.zip cgeo-168e614b1000431c0dc53408ad372ed1af6e6253.tar.gz cgeo-168e614b1000431c0dc53408ad372ed1af6e6253.tar.bz2 | |
Fix #903 Rename field "reason" to "listId"
Diffstat (limited to 'main/src/cgeo/geocaching/files/GPXParser.java')
| -rw-r--r-- | main/src/cgeo/geocaching/files/GPXParser.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/files/GPXParser.java b/main/src/cgeo/geocaching/files/GPXParser.java index 85bca5b..9eab5df 100644 --- a/main/src/cgeo/geocaching/files/GPXParser.java +++ b/main/src/cgeo/geocaching/files/GPXParser.java @@ -280,7 +280,7 @@ public abstract class GPXParser extends FileParser { || StringUtils.contains(type, "geocache") || StringUtils.contains(sym, "geocache"))) { fixCache(cache); - cache.setReason(listId); + cache.setListId(listId); cache.setDetailed(true); createNoteFromGSAKUserdata(); |
