]> git.sesse.net Git - vlc/commit
Lua: rename d:close() to d:delete() and d:flush() to d:update()
authorJean-Philippe André <jpeg@videolan.org>
Sat, 20 Mar 2010 16:07:50 +0000 (17:07 +0100)
committerJean-Philippe André <jpeg@videolan.org>
Sat, 20 Mar 2010 17:20:29 +0000 (18:20 +0100)
commit6e0f1ce2ff9eb19e9299e0e1844d77abbe6f080b
tree67c7f025894ad84575e4a74e1fc5e79955da0c21
parentb15f35e7eee634b6877c99e5ddc1147a2231ddcb
Lua: rename d:close() to d:delete() and d:flush() to d:update()

Avoids confusion between dialog:close() and the "close()" hook
Partially fix #3304
modules/misc/lua/libs/dialog.c