summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJens Granseuer <jensgr@gmx.net>2009-04-11 16:25:12 +0000
committerJens Granseuer <jensg@src.gnome.org>2009-04-11 16:25:12 +0000
commita9a1e917d51c783552fd6c3401fe014d8a021aa2 (patch)
treeb3876e216ed8c4bfd338afa820a70d3f32adaeb2 /ChangeLog
parent0df8e6232c79cefb9b309192ccc401c946242d12 (diff)
downloadgnome-settings-daemon-a9a1e917d51c783552fd6c3401fe014d8a021aa2.tar.gz
move the lookup of allowed keys after the directory has been cached in
2009-04-11 Jens Granseuer <jensgr@gmx.net> * plugins/keybindings/gsd-keybindings-manager.c: (gsd_keybindings_manager_start): move the lookup of allowed keys after the directory has been cached in callback registration to avoid GConf roundtrip (bug #578539) svn path=/trunk/; revision=813
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec71ff9a..14fdcac5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-04-11 Jens Granseuer <jensgr@gmx.net>
+ * plugins/keybindings/gsd-keybindings-manager.c:
+ (gsd_keybindings_manager_start): move the lookup of allowed keys
+ after the directory has been cached in callback registration to avoid
+ GConf roundtrip (bug #578539)
+
+2009-04-11 Jens Granseuer <jensgr@gmx.net>
+
* plugins/keyboard/gsd-keyboard-manager.c:
(start_keyboard_idle_cb): preload GConf keyboard directory recursively
to avoid roundtrips (bug #578542)