diff options
author | David Walter Seikel | 2014-05-17 07:13:15 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-17 07:13:15 +1000 |
commit | 0b19d9956429e788e661f03cc320c76dc4427a9c (patch) | |
tree | 3be9035550aaa5941d3e7f788aac7e70a27279be | |
parent | Clean up the complex pcall stuff. (diff) | |
download | SledjHamr-0b19d9956429e788e661f03cc320c76dc4427a9c.zip SledjHamr-0b19d9956429e788e661f03cc320c76dc4427a9c.tar.gz SledjHamr-0b19d9956429e788e661f03cc320c76dc4427a9c.tar.bz2 SledjHamr-0b19d9956429e788e661f03cc320c76dc4427a9c.tar.xz |
Finally fix the LSLGuiMess callback bug. lol
-rw-r--r-- | lib/LSLGuiMess.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/LSLGuiMess.lua b/lib/LSLGuiMess.lua index ff7538e..7cab046 100644 --- a/lib/LSLGuiMess.lua +++ b/lib/LSLGuiMess.lua | |||
@@ -6,7 +6,8 @@ do | |||
6 | local skang = require 'skang' | 6 | local skang = require 'skang' |
7 | -- This module has no default skin, it creates windows as needed. | 7 | -- This module has no default skin, it creates windows as needed. |
8 | local _M = skang.moduleBegin('LSLGuiMess', nil, 'Copyright 2014 David Seikel', '0.1', '2014-05-16 11:07:00') | 8 | local _M = skang.moduleBegin('LSLGuiMess', nil, 'Copyright 2014 David Seikel', '0.1', '2014-05-16 11:07:00') |
9 | local purkle = require 'purkle' | 9 | -- This has to be global so that the action below works. |
10 | purkle = require 'purkle' | ||
10 | 11 | ||
11 | 12 | ||
12 | --[[ TODO - | 13 | --[[ TODO - |