reverted commit from 2006-01-11.

2006-01-30  Rodrigo Moya <rodrigo@novell.com>

	* actions/acme.h:
	* gnome-keybinding-properties.c: reverted commit from 2006-01-11.
This commit is contained in:
Rodrigo Moya 2006-01-30 15:02:24 +00:00 committed by Rodrigo Moya
parent a370328133
commit 0d78465e2d
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-01-30 Rodrigo Moya <rodrigo@novell.com>
* actions/acme.h:
* gnome-keybinding-properties.c: reverted commit from 2006-01-11.
2006-01-22 Bastien Nocera <hadess@hadess.net>
* gnome-keybinding-properties.c: (accel_edited_callback):

View file

@ -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 }
};