[vlc-devel] commit: lua/intf: Default to rc instead of dummy since rc has a higher priority. (Pierre d' Herbemont )
git version control
git at videolan.org
Wed Dec 30 04:58:12 CET 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Dec 30 04:48:31 2009 +0100| [139162a4c30dd3b2b7ea0adef078b69998aab33d] | committer: Pierre d'Herbemont
lua/intf: Default to rc instead of dummy since rc has a higher priority.
If the lua rc submodule gets autoselected because it has the higher priority, we need to correctly use it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=139162a4c30dd3b2b7ea0adef078b69998aab33d
---
modules/misc/lua/intf.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/misc/lua/intf.c b/modules/misc/lua/intf.c
index 5d73547..18b8334 100644
--- a/modules/misc/lua/intf.c
+++ b/modules/misc/lua/intf.c
@@ -98,6 +98,7 @@ static const struct
const char *psz_shortcut;
const char *psz_name;
} pp_shortcuts[] = {
+ { "", "rc" },
{ "luarc", "rc" },
{ "rc", "rc" },
{ "luahotkeys", "hotkeys" },
More information about the vlc-devel
mailing list