diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-09-20 02:39:46 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-09-20 02:39:46 +0800 |
commit | 2bd5999a46871c499f7e162692dc26efdb791129 (patch) | |
tree | 1f5748f69708ecd45942fcf86c666b2955626f6d /calendar/ChangeLog | |
parent | c480805ecc1fbde31fcc0d3b772c3fee3f18bdf1 (diff) | |
download | gsoc2013-evolution-2bd5999a46871c499f7e162692dc26efdb791129.tar.gz gsoc2013-evolution-2bd5999a46871c499f7e162692dc26efdb791129.tar.zst gsoc2013-evolution-2bd5999a46871c499f7e162692dc26efdb791129.zip |
added a list of EComponentListener's to control the lifetime of the
2002-09-19 Rodrigo Moya <rodrigo@ximian.com>
* pcs/query.c: added a list of EComponentListener's to control the
lifetime of the listeners.
(query_init): initialize new member.
(query_destroy): free new member.
(start_cached_query_cb): create a EComponentListener for the new
listener being added.
svn path=/trunk/; revision=18122
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a4c68caa0b..b39e4aec63 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2002-09-19 Rodrigo Moya <rodrigo@ximian.com> + * pcs/query.c: added a list of EComponentListener's to control the + lifetime of the listeners. + (query_init): initialize new member. + (query_destroy): free new member. + (start_cached_query_cb): create a EComponentListener for the new + listener being added. + +2002-09-19 Rodrigo Moya <rodrigo@ximian.com> + More fixes for #24210 * pcs/query.c: added list of cached queries and changed the Query |