]> git.sesse.net Git - vlc/commitdiff
fixed "slower" hotkey.
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Mon, 29 Mar 2004 11:15:04 +0000 (11:15 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Mon, 29 Mar 2004 11:15:04 +0000 (11:15 +0000)
modules/control/hotkeys.c

index 5387d390e3df31f996a4d591e3f561e801d051b0..d2afb43033f699749b849e2f728c9cb6e54cb997 100755 (executable)
@@ -414,7 +414,7 @@ static void Run( intf_thread_t *p_intf )
                 vlc_value_t val; val.b_bool = VLC_TRUE;
                 var_Set( p_input, "rate-faster", val );
             }
-            else if( i_action == ACTIONID_FASTER )
+            else if( i_action == ACTIONID_SLOWER )
             {
                 vlc_value_t val; val.b_bool = VLC_TRUE;
                 var_Set( p_input, "rate-slower", val );