[vlc-devel] commit: Revert "Make sure LUA RC has lower priority than classic RC" ( Antoine Cellerier )

git version control git at videolan.org
Wed Jan 6 23:32:52 CET 2010


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Jan  6 23:31:50 2010 +0100| [b170613f0db66f88f1d6f48021bd930c8184ad57] | committer: Antoine Cellerier 

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

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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b170613f0db66f88f1d6f48021bd930c8184ad57
---

 modules/misc/lua/vlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/misc/lua/vlc.c b/modules/misc/lua/vlc.c
index ca48ad6..275fcc0 100644
--- a/modules/misc/lua/vlc.c
+++ b/modules/misc/lua/vlc.c
@@ -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 ()




More information about the vlc-devel mailing list