Remove e_cal_backend_store_put_timezone().
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 4 Jan 2013 18:03:43 +0000 (13:03 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Sat, 5 Jan 2013 02:59:09 +0000 (21:59 -0500)
commit5874ce5078b37ba728c9bdacdb1636d9496e3213
tree06b22079151e2c20ddc988e7786780771da85891
parent21c91f474c7a2c802c590e7416dcb167143d07e4
Remove e_cal_backend_store_put_timezone().

Use the ETimezoneCache API instead:

    cache = e_cal_backend_store_ref_timezone_cache (store);
    e_timezone_cache_add_timezone (cache, zone);
    g_object_unref (cache);

This is another API break.  3rd party backends will have to be adjusted.
calendar/backends/caldav/e-cal-backend-caldav.c
calendar/backends/http/e-cal-backend-http.c
calendar/libedata-cal/e-cal-backend-store.c
calendar/libedata-cal/e-cal-backend-store.h
docs/reference/calendar/libedata-cal/libedata-cal-sections.txt