From 0d78465e2d6e24d4b49537de15dd71ce8ca1d1a8 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 30 Jan 2006 15:02:24 +0000 Subject: [PATCH] reverted commit from 2006-01-11. 2006-01-30 Rodrigo Moya * actions/acme.h: * gnome-keybinding-properties.c: reverted commit from 2006-01-11. --- capplets/keybindings/ChangeLog | 5 +++++ capplets/keybindings/gnome-keybinding-properties.c | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/capplets/keybindings/ChangeLog b/capplets/keybindings/ChangeLog index a4708db2e..52ee4a4e0 100644 --- a/capplets/keybindings/ChangeLog +++ b/capplets/keybindings/ChangeLog @@ -1,3 +1,8 @@ +2006-01-30 Rodrigo Moya + + * actions/acme.h: + * gnome-keybinding-properties.c: reverted commit from 2006-01-11. + 2006-01-22 Bastien Nocera * gnome-keybinding-properties.c: (accel_edited_callback): diff --git a/capplets/keybindings/gnome-keybinding-properties.c b/capplets/keybindings/gnome-keybinding-properties.c index 1df15b699..085972c33 100644 --- a/capplets/keybindings/gnome-keybinding-properties.c +++ b/capplets/keybindings/gnome-keybinding-properties.c @@ -64,6 +64,12 @@ static const KeyListEntry sounds_key_list[] = { "/apps/gnome_settings_daemon/keybindings/volume_mute", ALWAYS_VISIBLE, 0 }, { "/apps/gnome_settings_daemon/keybindings/volume_down", ALWAYS_VISIBLE, 0 }, { "/apps/gnome_settings_daemon/keybindings/volume_up", ALWAYS_VISIBLE, 0 }, + /* Other ones that need keysyms bindings */ + { "/apps/gnome_settings_daemon/keybindings/play", ALWAYS_VISIBLE, 0 }, + { "/apps/gnome_settings_daemon/keybindings/pause", ALWAYS_VISIBLE, 0 }, + { "/apps/gnome_settings_daemon/keybindings/stop", ALWAYS_VISIBLE, 0 }, + { "/apps/gnome_settings_daemon/keybindings/previous", ALWAYS_VISIBLE, 0 }, + { "/apps/gnome_settings_daemon/keybindings/next", ALWAYS_VISIBLE, 0 }, { "/apps/gnome_settings_daemon/keybindings/eject", ALWAYS_VISIBLE, 0 }, { NULL } };