From 96a2f2dd498e889cec35d326b8e35b5ddaa25550 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 24 Oct 2002 22:08:01 +0000 Subject: Fixes #32764 2002-10-24 Rodrigo Moya Fixes #32764 * e-config-listener.c (add_key): store the value returned by bonobo_event_source_client_add_listener, so that we can remove it later, when freeing the key structure. (free_key_hash): remove listener. (e_config_listener_set_boolean): (e_config_listener_set_float): (e_config_listener_set_long): (e_config_listener_set_string): only set the cache values if there's no exception. (e_config_listener_destroy): remove all keys before unrefing the db component. svn path=/trunk/; revision=18429 --- e-util/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index f12326610e..eda4497af3 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,19 @@ +2002-10-24 Rodrigo Moya + + Fixes #32764 + + * e-config-listener.c (add_key): store the value returned by + bonobo_event_source_client_add_listener, so that we can remove it + later, when freeing the key structure. + (free_key_hash): remove listener. + (e_config_listener_set_boolean): + (e_config_listener_set_float): + (e_config_listener_set_long): + (e_config_listener_set_string): only set the cache values if there's + no exception. + (e_config_listener_destroy): remove all keys before unrefing the db + component. + 2002-10-23 Dan Winship * ename/e-name-western.c: Cast chars to unsigned char before -- cgit v1.2.3