aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2015-03-22 17:35:10 +1000
committerDavid Walter Seikel2015-03-22 17:35:10 +1000
commitb75e596af61da88aa705491778a5fd6845ab43ba (patch)
tree1f969b3c4012ae0fb81ab7591ea559403efe855a /src/GuiLua/GuiLua.c
parentNew idea about contact sets. (diff)
downloadSledjHamr-b75e596af61da88aa705491778a5fd6845ab43ba.zip
SledjHamr-b75e596af61da88aa705491778a5fd6845ab43ba.tar.gz
SledjHamr-b75e596af61da88aa705491778a5fd6845ab43ba.tar.bz2
SledjHamr-b75e596af61da88aa705491778a5fd6845ab43ba.tar.xz
Add internal reference for skang modules, so they can find themselves.
Diffstat (limited to 'src/GuiLua/GuiLua.c')
-rw-r--r--src/GuiLua/GuiLua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c
index 3ef6007..57fa09c 100644
--- a/src/GuiLua/GuiLua.c
+++ b/src/GuiLua/GuiLua.c
@@ -165,7 +165,7 @@ static void _on_click(void *data, Evas_Object *obj, void *event_info EINA_UNUSED
165 { 165 {
166 lua_State *L = wid->data; 166 lua_State *L = wid->data;
167 167
168 PD("Doing action %s", wid->action); 168 PD("Doing action '%s' for module %s", wid->action, wid->win->module);
169 doLuaString(L, wid->action, wid->win->module); 169 doLuaString(L, wid->action, wid->win->module);
170 } 170 }
171} 171}