From b45d4421ab55a5c0770f7cb67e62143a1cf71bc4 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 2 Sep 2009 19:44:05 +0200 Subject: fixed typo in hotkeys config reader --- plugins/hotkeys/hotkeys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c index 6f6a3b7f..3a4f0402 100644 --- a/plugins/hotkeys/hotkeys.c +++ b/plugins/hotkeys/hotkeys.c @@ -130,7 +130,7 @@ get_command( const char* command ) return deadbeef->playback_play; if ( 0 == strcasecmp( command, "prev" ) ) - return deadbeef->playback_play; + return deadbeef->playback_prev; if ( 0 == strcasecmp( command, "next" ) ) return deadbeef->playback_next; -- cgit v1.2.3