aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgData.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2011-09-05 17:47:29 +0200
committerBananeweizen <bananeweizen@gmx.de>2011-09-05 17:47:29 +0200
commitf3c39234c6b9d0eb19be699aa0e41a9f44c25f96 (patch)
tree6bad68918412ba176396e746f444a5bc3a3083b1 /src/cgeo/geocaching/cgData.java
parent78fa7bc4e9c4dd7fd48506da2d16bbace11a2855 (diff)
downloadcgeo-f3c39234c6b9d0eb19be699aa0e41a9f44c25f96.zip
cgeo-f3c39234c6b9d0eb19be699aa0e41a9f44c25f96.tar.gz
cgeo-f3c39234c6b9d0eb19be699aa0e41a9f44c25f96.tar.bz2
fix #186: Back from TB-detail should go to TB-list, sort trackables by
name, go directly into details if there is only one TB
Diffstat (limited to 'src/cgeo/geocaching/cgData.java')
-rw-r--r--src/cgeo/geocaching/cgData.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgeo/geocaching/cgData.java b/src/cgeo/geocaching/cgData.java
index 6e184bc..f830052 100644
--- a/src/cgeo/geocaching/cgData.java
+++ b/src/cgeo/geocaching/cgData.java
@@ -2357,7 +2357,7 @@ public class cgData {
null,
null,
null,
- null,
+ "title COLLATE NOCASE ASC",
"100");
if (cursor != null && cursor.getCount() > 0) {