diff options
author | David Walter Seikel | 2014-03-18 04:43:59 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-03-18 04:43:59 +1000 |
commit | a264f65c4e7cc5a87ad80116a67fbf8062fb1c01 (patch) | |
tree | 23fc4b65aa72db11bbbe344a8fecb5a7a939c897 /ClientHamr | |
parent | Major changes, things where too fragile while I made them, so it's all one co... (diff) | |
download | SledjHamr-a264f65c4e7cc5a87ad80116a67fbf8062fb1c01.zip SledjHamr-a264f65c4e7cc5a87ad80116a67fbf8062fb1c01.tar.gz SledjHamr-a264f65c4e7cc5a87ad80116a67fbf8062fb1c01.tar.bz2 SledjHamr-a264f65c4e7cc5a87ad80116a67fbf8062fb1c01.tar.xz |
Typo--
Diffstat (limited to 'ClientHamr')
-rw-r--r-- | ClientHamr/GuiLua/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/README b/ClientHamr/GuiLua/README index dc538f6..c86ec04 100644 --- a/ClientHamr/GuiLua/README +++ b/ClientHamr/GuiLua/README | |||
@@ -54,7 +54,7 @@ edje files as well. We want to step outside that sandbox, and run stand | |||
54 | alone Lua scripts, as well as GuiLua / LuaSL scripts internal to | 54 | alone Lua scripts, as well as GuiLua / LuaSL scripts internal to |
55 | extantz. Some merging of LUaSL and Edje Lua, leaving room for GuiLua, | 55 | extantz. Some merging of LUaSL and Edje Lua, leaving room for GuiLua, |
56 | would be great, but I might have to convince Raster. Note that the | 56 | would be great, but I might have to convince Raster. Note that the |
57 | socket idea wont work in sandboxed edje LUa scripts, unless the socket | 57 | socket idea wont work in sandboxed edje Lua scripts, unless the socket |
58 | is in C code, that uses edje messages as the internal transport. | 58 | is in C code, that uses edje messages as the internal transport. |
59 | 59 | ||
60 | Just so it's easier to find, I'll repeat a bit from the Enlightenment | 60 | Just so it's easier to find, I'll repeat a bit from the Enlightenment |