Fix bug #2846543 Delete HIDDEN column from the "Calendars" table

- update Email app

Change-Id: I04145b802c8ace6bb6f25d2f1cb0fecb1bb22308
This commit is contained in:
Fabrice Di Meglio 2010-07-15 19:33:48 -07:00
parent 9444a54866
commit a80d4cf7f4
1 changed files with 0 additions and 1 deletions

View File

@ -1189,7 +1189,6 @@ public class CalendarUtilities {
cv.put(Calendars._SYNC_ACCOUNT_TYPE, Email.EXCHANGE_ACCOUNT_MANAGER_TYPE);
cv.put(Calendars.SYNC_EVENTS, 1);
cv.put(Calendars.SELECTED, 1);
cv.put(Calendars.HIDDEN, 0);
// Don't show attendee status if we're the organizer
cv.put(Calendars.ORGANIZER_CAN_RESPOND, 0);