aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-03-13 19:59:59 +1000
committerDavid Walter Seikel2016-03-13 19:59:59 +1000
commitbb128645efa19772a5c1a039df9c46213feb4426 (patch)
tree87bb9931b4effd3dc1db4ee607d69367cc19a9c6 /src/extantz/woMan.c
parentIntroducing Rough Hir, the new default avatar. At least, when we get avatars. (diff)
downloadSledjHamr-bb128645efa19772a5c1a039df9c46213feb4426.zip
SledjHamr-bb128645efa19772a5c1a039df9c46213feb4426.tar.gz
SledjHamr-bb128645efa19772a5c1a039df9c46213feb4426.tar.bz2
SledjHamr-bb128645efa19772a5c1a039df9c46213feb4426.tar.xz
Update to new eo_* syntax.
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);