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
This commit is contained in:
parent
fc29de6d6b
commit
b7e17af415
3 changed files with 13 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue