summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-09-02 19:44:05 +0200
committerGravatar waker <wakeroid@gmail.com>2009-09-02 19:44:05 +0200
commitb45d4421ab55a5c0770f7cb67e62143a1cf71bc4 (patch)
treeab6738043a950bff42463b03b406a02522fe63fd
parentbf13462a0fec8b1470ca87b97560c07c585fdb83 (diff)
fixed typo in hotkeys config reader
-rw-r--r--plugins/hotkeys/hotkeys.c2
1 files changed, 1 insertions, 1 deletions
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;