Commit b170613f authored by Antoine Cellerier's avatar Antoine Cellerier

Revert "Make sure LUA RC has lower priority than classic RC"

This reverts commit 281d4f3a.

Please discuss those bugs with me before reverting. If you really need, use -I oldrc instead of this non constructive disabling of new code we desperately need people to test.
parent a9872d2d
......@@ -76,7 +76,7 @@ vlc_module_begin ()
set_description( N_("Lua Interface Module (shortcuts)") )
add_shortcut( "luarc" )
add_shortcut( "rc" )
set_capability( "interface", 15 )
set_capability( "interface", 25 )
set_callbacks( Open_LuaIntf, Close_LuaIntf )
add_submodule ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment