aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index c4d6b1e222..2bc98e4550 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,12 @@
+2002-11-06 Chris Toshok <toshok@ximian.com>
+
+ * e-config-listener.c (e_config_listener_set_boolean): init err to
+ NULL so if there isn't an error we aren't left with an unitialized
+ GError. Fixes crash.
+ (e_config_listener_set_float): same.
+ (e_config_listener_set_long): same.
+ (e_config_listener_set_string): same.
+
2002-11-05 Rodrigo Moya <rodrigo@ximian.com>
* e-component-listener.[ch]: ported to GObject.