summaryrefslogtreecommitdiff
path: root/gnome-settings-daemon
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-05-16 23:16:47 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-05-16 23:16:47 +0000
commit3902821faa47be2c0e97c88cab746931ee7ec75e (patch)
tree92cfa459a752b45a3215adfab40e440c925ac2d9 /gnome-settings-daemon
parenteff4ab4c7fb21accbf45e35057ba2177497042b7 (diff)
downloadgnome-control-center-3902821faa47be2c0e97c88cab746931ee7ec75e.tar.gz
load from the correct key for whether the bell should be on or not
2002-05-16 jacob berkman <jacob@ximian.com> * gnome-settings-keyboard.c (apply_settings): load from the correct key for whether the bell should be on or not (apply_settings): pass the right flags to XChangeKeyboardControl() fixes #78016 and 78015
Diffstat (limited to 'gnome-settings-daemon')
-rw-r--r--gnome-settings-daemon/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnome-settings-daemon/ChangeLog b/gnome-settings-daemon/ChangeLog
index 59afff2d3..b02ade12c 100644
--- a/gnome-settings-daemon/ChangeLog
+++ b/gnome-settings-daemon/ChangeLog
@@ -1,5 +1,11 @@
2002-05-16 jacob berkman <jacob@ximian.com>
+ * gnome-settings-keyboard.c (apply_settings): load from the
+ correct key for whether the bell should be on or not
+ (apply_settings): pass the right flags to XChangeKeyboardControl()
+
+ fixes #78016 and 78015
+
* Makefile.am:
* gnome-settings-default-editor.[ch]: keep text/plain and text*
using the same mime type (#78037)