aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-06-11 20:09:33 +1000
committerDavid Walter Seikel2014-06-11 20:09:33 +1000
commitd525e7e7a38bf4824e44a2bdc3e14175933a8588 (patch)
treec3b5f960b8295d5a239ddf8fb5852285372cbda8 /src/extantz/woMan.c
parentSome notes on privacy. (diff)
downloadSledjHamr-d525e7e7a38bf4824e44a2bdc3e14175933a8588.zip
SledjHamr-d525e7e7a38bf4824e44a2bdc3e14175933a8588.tar.gz
SledjHamr-d525e7e7a38bf4824e44a2bdc3e14175933a8588.tar.bz2
SledjHamr-d525e7e7a38bf4824e44a2bdc3e14175933a8588.tar.xz
Update to post release API change. So much for stable API to collaborate with. sigh
Diffstat (limited to '')
-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 09e7e2d..a6f6717 100644
--- a/src/extantz/woMan.c
+++ b/src/extantz/woMan.c
@@ -271,7 +271,7 @@ winFang *woMan_add(globals *ourGlobals)
271 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); 271 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);
272 elm_layout_box_append(me->win, WF_BOX, nf); 272 elm_layout_box_append(me->win, WF_BOX, nf);
273 273
274 bt = eo_add(ELM_OBJ_BUTTON_CLASS, me->win, 274 bt = eo_add(ELM_BUTTON_CLASS, me->win,
275// evas_obj_text_set("Login"), 275// evas_obj_text_set("Login"),
276 evas_obj_size_hint_align_set(EVAS_HINT_FILL, EVAS_HINT_FILL), 276 evas_obj_size_hint_align_set(EVAS_HINT_FILL, EVAS_HINT_FILL),
277 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, 0.0), 277 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, 0.0),