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.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c
index 7ff1c28..a7bb4de 100644
--- a/src/extantz/woMan.c
+++ b/src/extantz/woMan.c
@@ -257,11 +257,11 @@ winFang *woMan_add(globals *ourGlobals)
257 elm_box_pack_end(me->box, nf); 257 elm_box_pack_end(me->box, nf);
258 258
259 bt = eo_add(ELM_BUTTON_CLASS, me->win, 259 bt = eo_add(ELM_BUTTON_CLASS, me->win,
260// evas_obj_text_set("Login"), 260// evas_obj_text_set(eoid, "Login"),
261 evas_obj_size_hint_align_set(EVAS_HINT_FILL, EVAS_HINT_FILL), 261 evas_obj_size_hint_align_set(eoid, EVAS_HINT_FILL, EVAS_HINT_FILL),
262 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, 0.0), 262 evas_obj_size_hint_weight_set(eoid, EVAS_HINT_EXPAND, 0.0),
263 efl_gfx_visible_set(EINA_TRUE) 263 efl_gfx_visible_set(eoid, EINA_TRUE)
264 ); 264 );
265 elm_object_text_set(bt, "Login"); // No eo interface for this that I can find. 265 elm_object_text_set(bt, "Login"); // No eo interface for this that I can find.
266// evas_object_smart_callback_add(bt, "clicked", NULL, NULL); 266// evas_object_smart_callback_add(bt, "clicked", NULL, NULL);
267 elm_box_pack_end(me->box, bt); 267 elm_box_pack_end(me->box, bt);