Merge "Fix bug where monthly recurrence string was stale." into ics-ub-calendar-cream
diff --git a/src/com/android/calendar/event/EditEventFragment.java b/src/com/android/calendar/event/EditEventFragment.java
index 84aeeda..70c9bc0 100644
--- a/src/com/android/calendar/event/EditEventFragment.java
+++ b/src/com/android/calendar/event/EditEventFragment.java
@@ -503,7 +503,7 @@
             mHandler.startQuery(TOKEN_EVENT, null, mUri, EditEventHelper.EVENT_PROJECTION,
                     null /* selection */, null /* selection args */, null /* sort order */);
         } else {
-            mOutstandingQueries = TOKEN_CALENDARS;
+            mOutstandingQueries = TOKEN_CALENDARS | TOKEN_COLORS;
             if (DEBUG) {
                 Log.d(TAG, "startQuery: Editing a new event.");
             }