aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 48c5c75..6b156b6 100644
--- a/src/GuiLua/GuiLua.c
+++ b/src/GuiLua/GuiLua.c
@@ -1046,7 +1046,7 @@ static int closeWindow(lua_State *L)
1046 { 1046 {
1047 struct _Widget *wid; 1047 struct _Widget *wid;
1048 1048
1049 // Elm will delete our widgets , but if we are using eo, we need to unref them. 1049 // Elm will delete our widgets, but if we are using eo, we need to unref them.
1050 EINA_CLIST_FOR_EACH_ENTRY(wid, &ourGlobals->widgets, struct _Widget, node) 1050 EINA_CLIST_FOR_EACH_ENTRY(wid, &ourGlobals->widgets, struct _Widget, node)
1051 { 1051 {
1052 eo_unref(wid->obj); 1052 eo_unref(wid->obj);