Commit 5a2dbddb authored by pavlov%pavlov.net's avatar pavlov%pavlov.net
Browse files

remove the calendar from the cache in unregisterCalendar

parent ffffc00e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -216,6 +216,8 @@ calCalendarManager.prototype = {
        pp.calendar = calendarID;
        this.mDeletePrefs.step();
        this.mDeletePrefs.reset();

        delete this.mCache[calendarID];
    },

    deleteCalendar: function(calendar) {