lua: Fix segfault in messagebox.exec at 'align' and 'default'

- Set default values for 'show_buttons' and 'default_button'
 to the correct value
 - Set Lua api version to 1.60

Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 24dd6a8c22
Author: TangoCash <eric@loxat.de>
Date: 2016-09-10 (Sat, 10 Sep 2016)

Origin message was:
------------------
lua: Fix segfault in messagebox.exec at 'align' and 'default'

 - Set default values for 'show_buttons' and 'default_button'
  to the correct value
 - Set Lua api version to 1.60

Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>


------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2016-09-10 18:58:43 +02:00
committed by Michael Liebmann
parent fcd0467caf
commit 99ca700604
2 changed files with 6 additions and 8 deletions

View File

@@ -4,4 +4,4 @@
* to luainstance.h changes
*/
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 59
#define LUA_API_VERSION_MINOR 60