aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeogpxes.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/cgeogpxes.java')
-rw-r--r--main/src/cgeo/geocaching/cgeogpxes.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeogpxes.java b/main/src/cgeo/geocaching/cgeogpxes.java
index 4f32676..20cef00 100644
--- a/main/src/cgeo/geocaching/cgeogpxes.java
+++ b/main/src/cgeo/geocaching/cgeogpxes.java
@@ -58,7 +58,7 @@ public class cgeogpxes extends FileList<cgGPXListAdapter> {
@Override
protected cgGPXListAdapter getAdapter(List<File> files) {
- return new cgGPXListAdapter(this, getSettings(), files);
+ return new cgGPXListAdapter(this, files);
}
@Override