aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-08-18 15:37:56 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-08-18 15:37:56 +0200
commit8fd7c4eedabbf77c9d4131503d122c55a23b070f (patch)
treec294ced16cecb4b4a97736a25b01cb329a635fa3 /main/res/xml
parentb2a455ce984672365aec6e1538c7fbd5b9118421 (diff)
downloadcgeo-8fd7c4eedabbf77c9d4131503d122c55a23b070f.zip
cgeo-8fd7c4eedabbf77c9d4131503d122c55a23b070f.tar.gz
cgeo-8fd7c4eedabbf77c9d4131503d122c55a23b070f.tar.bz2
fix #3119: Have settings active by default
Diffstat (limited to 'main/res/xml')
-rw-r--r--main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml
index 7cf3385..edfcf98 100644
--- a/main/res/xml/preferences.xml
+++ b/main/res/xml/preferences.xml
@@ -331,7 +331,7 @@
android:key="@string/pref_choose_list"
android:title="@string/init_choose_list"
android:summary="@string/init_summary_choose_list"
- android:defaultValue="false" />
+ android:defaultValue="true" />
</PreferenceScreen>