Skip to content

Commit

Permalink
Correct Default parser name
Browse files Browse the repository at this point in the history
  • Loading branch information
eMerzh committed Dec 2, 2011
1 parent d90cf77 commit 7a6e6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/bmaron/openfixmap/OpenFixMapActivity.java
Expand Up @@ -179,7 +179,7 @@ protected void onStop(){

protected List<ErrorItem> fetchDatas()
{
String [] checkers = MultiSelectListPreference.parseStoredValue(sharedPrefs.getString("checkers", "KeepRights"));
String [] checkers = MultiSelectListPreference.parseStoredValue(sharedPrefs.getString("checkers", "KeepRight"));
boolean show_closed = sharedPrefs.getBoolean("show_closed", false);
List<ErrorItem> items = new ArrayList<ErrorItem>();
BoundingBoxE6 bb = mapView.getBoundingBox();
Expand Down

0 comments on commit 7a6e6a1

Please sign in to comment.