summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_dfbmga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_dfbmga.c b/libvo/vo_dfbmga.c
index 2c852d59d4..9b0169f7ad 100644
--- a/libvo/vo_dfbmga.c
+++ b/libvo/vo_dfbmga.c
@@ -1500,7 +1500,7 @@ check_events( void )
mplayer_put_key( KEY_REWIND );
break;
case DIKS_PREVIOUS:
- mplayer_put_key( KEY_PREVIOUS );
+ mplayer_put_key( KEY_PREV );
break;
case DIKS_VOLUME_UP:
mplayer_put_key( KEY_VOLUME_UP );