diff --git a/astrid/src/com/todoroo/astrid/utility/AstridDefaultPreferenceSpec.java b/astrid/src/com/todoroo/astrid/utility/AstridDefaultPreferenceSpec.java index 64d418721..d45453e3a 100644 --- a/astrid/src/com/todoroo/astrid/utility/AstridDefaultPreferenceSpec.java +++ b/astrid/src/com/todoroo/astrid/utility/AstridDefaultPreferenceSpec.java @@ -136,7 +136,7 @@ public class AstridDefaultPreferenceSpec extends AstridPreferenceSpec { setPreference(prefs, editor, r, R.string.p_show_task_edit_comments, true, ifUnset); setPreference(prefs, editor, r, R.string.p_taskRowStyle_v2, - ABChooser.readChoiceForTest(ABTests.AB_TITLE_ONLY) == 0 ? "0" : "2", ifUnset); //$NON-NLS-1$ //$NON-NLS-2$ + ABChooser.readChoiceForTest(ABTests.AB_TITLE_ONLY) == 0 ? "1" : "2", ifUnset); //$NON-NLS-1$ //$NON-NLS-2$ setPreference(prefs, editor, r, R.string.p_use_date_shortcuts, ABChooser.readChoiceForTest(ABTests.AB_USE_DATE_SHORTCUTS) != 0, ifUnset);