]> git.sesse.net Git - vlc/commitdiff
Revert "Remove http shortcut from LUA"
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 6 Jan 2010 21:35:53 +0000 (22:35 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 6 Jan 2010 22:31:04 +0000 (23:31 +0100)
This reverts commit 4e77528cbbb723620625515f1de30497d9a27ec4.

Lua http doesn't poll at all.

modules/misc/lua/vlc.c

index d2622908ef15f6a2b478d51e67029d13d0702c1f..ca48ad681e4f5f889e2e3fbe539eab37ac8c08be 100644 (file)
@@ -83,6 +83,7 @@ vlc_module_begin ()
         set_description( N_("Lua Interface Module") )
         add_shortcut( "luaintf" )
         add_shortcut( "luahttp" )
+        add_shortcut( "http" )
         add_shortcut( "luatelnet" )
         add_shortcut( "telnet" )
         add_shortcut( "luahotkeys" )