From 0d81dc9c352b8f2ba3446babaaab2e147026bb05 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Mon, 20 Aug 2012 14:53:53 -0700 Subject: [PATCH] No more forums in the settings --- astrid/res/xml/preferences.xml | 1 - astrid/src/com/todoroo/astrid/activity/EditPreferences.java | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/astrid/res/xml/preferences.xml b/astrid/res/xml/preferences.xml index 385001063..a2bbc9f42 100644 --- a/astrid/res/xml/preferences.xml +++ b/astrid/res/xml/preferences.xml @@ -11,7 +11,6 @@ - diff --git a/astrid/src/com/todoroo/astrid/activity/EditPreferences.java b/astrid/src/com/todoroo/astrid/activity/EditPreferences.java index a6e516438..9e420de36 100644 --- a/astrid/src/com/todoroo/astrid/activity/EditPreferences.java +++ b/astrid/src/com/todoroo/astrid/activity/EditPreferences.java @@ -81,8 +81,8 @@ public class EditPreferences extends TodorooPreferenceActivity { private static final String SUPPORT_URL = "http://blog.astrid.com/topics/support/android"; //$NON-NLS-1$ - private static final int APPEARANCE_PREFERENCE = 4; - private static final int POWER_PACK_PREFERENCE = 5; + private static final int APPEARANCE_PREFERENCE = 3; + private static final int POWER_PACK_PREFERENCE = 4; private static final int REQUEST_CODE_SYNC = 0; private static final int REQUEST_CODE_LABS = 1;