aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-08-26 23:55:28 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-08-26 23:55:28 +0800
commitf95a4634519d4e41c4d1f29ab4f6cf0503a37995 (patch)
treefefa7a8e250f85b382e165d842d2e7e20ab1fb9c /e-util/ChangeLog
parent5980d9a46fb04b32f6a4de6f484e55937cef7685 (diff)
downloadgsoc2013-evolution-f95a4634519d4e41c4d1f29ab4f6cf0503a37995.tar
gsoc2013-evolution-f95a4634519d4e41c4d1f29ab4f6cf0503a37995.tar.gz
gsoc2013-evolution-f95a4634519d4e41c4d1f29ab4f6cf0503a37995.tar.bz2
gsoc2013-evolution-f95a4634519d4e41c4d1f29ab4f6cf0503a37995.tar.lz
gsoc2013-evolution-f95a4634519d4e41c4d1f29ab4f6cf0503a37995.tar.xz
gsoc2013-evolution-f95a4634519d4e41c4d1f29ab4f6cf0503a37995.tar.zst
gsoc2013-evolution-f95a4634519d4e41c4d1f29ab4f6cf0503a37995.zip
only set the key if the value is different from what we've already read
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. (e_config_listener_set_string): likewise. svn path=/trunk/; revision=17858
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 6b7fa1d3ec..d70eb132f9 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,10 @@
+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.
+ (e_config_listener_set_string): likewise.
+
2002-08-22 Rodrigo Moya <rodrigo@ximian.com>
* e-config-listener.[ch]: added "key_changed" signal to class.