fixed memory leaks and use g_list_* functions for GList's, not g_slist_*.
authorRodrigo Moya <rodrigo@ximian.com>
Mon, 26 Jan 2004 13:32:23 +0000 (13:32 +0000)
committerRodrigo Moya <rodrigo@src.gnome.org>
Mon, 26 Jan 2004 13:32:23 +0000 (13:32 +0000)
commitb2e1ac34e85687614bdf5b4dc92d06b60304f95b
tree9deaba11f0ec3a202cf77eebb97adcfa90ba3ba4
parent51631dd53847ff5abf68dd1e3140f9ed1a9342ae
fixed memory leaks and use g_list_* functions for GList's, not g_slist_*.

2004-01-27  Rodrigo Moya <rodrigo@ximian.com>

* backends/groupwise/e-cal-backend-groupwise.c
(e_cal_backend_groupwise_start_query): fixed memory leaks and use
g_list_* functions for GList's, not g_slist_*.
(match_object_sexp, match_recurrence_sexp): removed unneeded functions,
we match the object directly in get_object_list.
(e_cal_backend_groupwise_start_query): call get_object_list to retrieve
the matched objects and call e_data_cal_view_notify_* functions
appropriately.
calendar/ChangeLog
calendar/backends/groupwise/e-cal-backend-groupwise.c