]> git.sesse.net Git - vlc/commitdiff
Revert "Make sure LUA RC has lower priority than classic RC"
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 6 Jan 2010 22:31:50 +0000 (23:31 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 6 Jan 2010 22:31:50 +0000 (23:31 +0100)
This reverts commit 281d4f3a253714a48062d4c34d88c1be13260448.

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.

modules/misc/lua/vlc.c

index ca48ad681e4f5f889e2e3fbe539eab37ac8c08be..275fcc0722a68365a605e09254b798c34dda2f13 100644 (file)
@@ -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 ()