summaryrefslogtreecommitdiff
path: root/capplets/keybindings
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2003-07-25 20:37:59 +0000
committerJonathan Blandford <jrb@src.gnome.org>2003-07-25 20:37:59 +0000
commit15148dc0a887492af8cfc441fe5785dc9db204da (patch)
tree5735d5583351a707c9a4bbe9dbb7d0c617c65216 /capplets/keybindings
parent3f9b59a4c6f076f50542d0e7339df728f436ccd8 (diff)
downloadgnome-control-center-15148dc0a887492af8cfc441fe5785dc9db204da.tar.gz
Patch from Ghee Teo to move the key bindings to the right place.
Fri Jul 25 16:29:29 2003 Jonathan Blandford <jrb@redhat.com> * gnome-keybinding-properties.c (desktop_key_list): Patch from Ghee Teo to move the key bindings to the right place.
Diffstat (limited to 'capplets/keybindings')
-rw-r--r--capplets/keybindings/ChangeLog5
-rw-r--r--capplets/keybindings/gnome-keybinding-properties.c8
2 files changed, 9 insertions, 4 deletions
diff --git a/capplets/keybindings/ChangeLog b/capplets/keybindings/ChangeLog
index 244e80c11..15a4d6f9f 100644
--- a/capplets/keybindings/ChangeLog
+++ b/capplets/keybindings/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 25 16:29:29 2003 Jonathan Blandford <jrb@redhat.com>
+
+ * gnome-keybinding-properties.c (desktop_key_list): Patch from
+ Ghee Teo to move the key bindings to the right place.
+
2003-07-11 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-keybinding-properties.glade: Minor HIG widget padding
diff --git a/capplets/keybindings/gnome-keybinding-properties.c b/capplets/keybindings/gnome-keybinding-properties.c
index 3df9949b9..ec1f0db1d 100644
--- a/capplets/keybindings/gnome-keybinding-properties.c
+++ b/capplets/keybindings/gnome-keybinding-properties.c
@@ -35,10 +35,10 @@ typedef struct
const KeyListEntry desktop_key_list[] =
{
- { "/apps/panel/global/run_key", ALWAYS_VISIBLE, 0 },
- { "/apps/panel/global/menu_key", ALWAYS_VISIBLE, 0 },
- { "/apps/panel/global/screenshot_key", ALWAYS_VISIBLE, 0 },
- { "/apps/panel/global/window_screenshot_key", ALWAYS_VISIBLE, 0 },
+ { "/apps/metacity/global_keybindings/panel_run_dialog", ALWAYS_VISIBLE, 0 },
+ { "/apps/metacity/global_keybindings/panel_main_menu", ALWAYS_VISIBLE, 0 },
+ { "/apps/metacity/global_keybindings/run_command_screenshot", ALWAYS_VISIBLE, 0 },
+ { "/apps/metacity/global_keybindings/run_command_window_screenshot", ALWAYS_VISIBLE, 0 },
{ NULL }
};