]> git.sesse.net Git - vlc/commit
Lua: do not click a button twice in a row
authorJean-Philippe André <jpeg@videolan.org>
Sat, 20 Mar 2010 18:16:08 +0000 (19:16 +0100)
committerJean-Philippe André <jpeg@videolan.org>
Sat, 20 Mar 2010 18:17:42 +0000 (19:17 +0100)
commit8b61de26db061836100c9f059aa2ca66864f759c
tree6f620e30dda0659910a55d58044aae9b69e8c42d
parent3e21c73fa82800229531c44f2a27141e560b8017
Lua: do not click a button twice in a row

Fixes #3364 (big bug on buttons)
It is not possible to click the same button twice in a row (while the
script is actually running), but other buttons can be clicked.
modules/misc/lua/extension.c
modules/misc/lua/extension_thread.c