From b75e596af61da88aa705491778a5fd6845ab43ba Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Mar 2015 17:35:10 +1000 Subject: Add internal reference for skang modules, so they can find themselves. --- src/GuiLua/GuiLua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GuiLua/GuiLua.c') 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 { lua_State *L = wid->data; - PD("Doing action %s", wid->action); + PD("Doing action '%s' for module %s", wid->action, wid->win->module); doLuaString(L, wid->action, wid->win->module); } } -- cgit v1.1