summaryrefslogtreecommitdiff
path: root/capplets/keybindings/gnome-keybinding-properties.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-03-19 15:23:33 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-03-19 15:23:33 +0000
commitb7e17af41562a577f1ae4210025ce8290fe951a6 (patch)
tree41fe2ff251ecf69f66175f4f1a090425eeeb07aa /capplets/keybindings/gnome-keybinding-properties.c
parentfc29de6d6b8905b433ef8f9546e92048e0374621 (diff)
downloadgnome-control-center-b7e17af41562a577f1ae4210025ce8290fe951a6.tar.gz
Fix the path from which we'd load the keybindings
2007-03-19 Bastien Nocera <hadess@hadess.net> * Makefile.am: * gnome-keybinding-properties.c: (reload_key_entries): Fix the path from which we'd load the keybindings svn path=/trunk/; revision=7398
Diffstat (limited to 'capplets/keybindings/gnome-keybinding-properties.c')
-rw-r--r--capplets/keybindings/gnome-keybinding-properties.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/capplets/keybindings/gnome-keybinding-properties.c b/capplets/keybindings/gnome-keybinding-properties.c
index c5f9e4b3f..f7253a17c 100644
--- a/capplets/keybindings/gnome-keybinding-properties.c
+++ b/capplets/keybindings/gnome-keybinding-properties.c
@@ -742,8 +742,7 @@ reload_key_entries (gpointer wm_name, GladeXML *dialog)
clear_old_model (dialog);
- //FIXME path
- dir = g_dir_open ("./", 0, NULL);
+ dir = g_dir_open (GNOMECC_KEYBINDINGS_DIR, 0, NULL);
if (!dir)
return;