From d525e7e7a38bf4824e44a2bdc3e14175933a8588 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 11 Jun 2014 20:09:33 +1000 Subject: Update to post release API change. So much for stable API to collaborate with. sigh --- src/extantz/woMan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extantz/woMan.c') diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c index 09e7e2d..a6f6717 100644 --- a/src/extantz/woMan.c +++ b/src/extantz/woMan.c @@ -271,7 +271,7 @@ winFang *woMan_add(globals *ourGlobals) tab = gridList; tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_enabled_set(tab_it, EINA_FALSE, EINA_TRUE); elm_toolbar_item_append(tb, NULL, "Grids", _promote, tab_it); elm_layout_box_append(me->win, WF_BOX, nf); - bt = eo_add(ELM_OBJ_BUTTON_CLASS, me->win, + bt = eo_add(ELM_BUTTON_CLASS, me->win, // evas_obj_text_set("Login"), evas_obj_size_hint_align_set(EVAS_HINT_FILL, EVAS_HINT_FILL), evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, 0.0), -- cgit v1.1