diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java index 3a7b10159..5ded00988 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/TagViewFragment.java @@ -66,7 +66,7 @@ public class TagViewFragment extends TaskListFragment { public static final String EXTRA_TAG_DATA = "tagData"; //$NON-NLS-1$ - protected static final int MENU_REFRESH_ID = MENU_SYNC_ID; + protected static final int MENU_REFRESH_ID = MENU_SUPPORT_ID + 1; private static final int REQUEST_CODE_SETTINGS = 0; diff --git a/astrid/plugin-src/com/todoroo/astrid/gtasks/GtasksListFragment.java b/astrid/plugin-src/com/todoroo/astrid/gtasks/GtasksListFragment.java index ab993182c..65e4896c0 100644 --- a/astrid/plugin-src/com/todoroo/astrid/gtasks/GtasksListFragment.java +++ b/astrid/plugin-src/com/todoroo/astrid/gtasks/GtasksListFragment.java @@ -32,7 +32,7 @@ public class GtasksListFragment extends DraggableTaskListFragment { public static final String TOKEN_STORE_ID = "storeId"; - protected static final int MENU_REFRESH_ID = MENU_SYNC_ID; + protected static final int MENU_REFRESH_ID = MENU_SUPPORT_ID + 1; private static final String LAST_FETCH_KEY_GTASKS = "gtasksLastFetch";