]> git.sesse.net Git - vlc/commit
Fixed module_need in case a shortcut list was provided.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 1 May 2009 12:14:17 +0000 (14:14 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 1 May 2009 12:14:17 +0000 (14:14 +0200)
commit5226ae13208f5880054acc5d3125b9a56ea165bd
treec16bf65f8c410f60e562c583edcc9aa3069ce835
parent222b5fac835c40b31467d440171234f1b7225592
Fixed module_need in case a shortcut list was provided.

 Always reject plugins that have a 0 priority but did not match the
shortcut list (being empty or not).
This makes 0 priority plugin only selectable using a shortcut (which I
think it is what we want).
src/modules/modules.c