aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/woMan.c')
-rw-r--r--src/extantz/woMan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c
index a6f6717..2f6e9a5 100644
--- a/src/extantz/woMan.c
+++ b/src/extantz/woMan.c
@@ -280,7 +280,7 @@ winFang *woMan_add(globals *ourGlobals)
280 elm_object_text_set(bt, "Login"); // No eo interface for this that I can find. 280 elm_object_text_set(bt, "Login"); // No eo interface for this that I can find.
281// evas_object_smart_callback_add(bt, "clicked", NULL, NULL); 281// evas_object_smart_callback_add(bt, "clicked", NULL, NULL);
282 elm_layout_box_append(me->win, WF_BOX, bt); 282 elm_layout_box_append(me->win, WF_BOX, bt);
283 eo_unref(bt); 283// eo_unref(bt);
284 284
285 winFangCalcMinSize(me); 285 winFangCalcMinSize(me);
286 286