]> git.sesse.net Git - vlc/commitdiff
lua/intf: Default to rc instead of dummy since rc has a higher priority.
authorPierre d'Herbemont <pdherbemont@free.fr>
Wed, 30 Dec 2009 03:48:31 +0000 (04:48 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Wed, 30 Dec 2009 03:57:56 +0000 (04:57 +0100)
If the lua rc submodule gets autoselected because it has the higher priority, we need to correctly use it.

modules/misc/lua/intf.c

index 5d73547c774a6db2c65ffd888971b9c29b82d37d..18b8334f1fa9ab3f0583d09b7f231effbf6f33c2 100644 (file)
@@ -98,6 +98,7 @@ static const struct
     const char *psz_shortcut;
     const char *psz_name;
 } pp_shortcuts[] = {
+    { "", "rc" },
     { "luarc", "rc" },
     { "rc", "rc" },
     { "luahotkeys", "hotkeys" },