diff options
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index d70eb132f9..9b2788118a 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,5 +1,10 @@ 2002-08-26 Rodrigo Moya <rodrigo@ximian.com> + * e-config-listener.c (e_config_listener_get_string_with_default): + call g_strdup in the correct place, or we'll return the internal copy. + +2002-08-26 Rodrigo Moya <rodrigo@ximian.com> + * e-config-listener.c (e_config_listener_set_long): only set the key if the value is different from what we've already read from the database, to avoid extra change notifications. |