From 811750155227279ae09dc4258f411687f659f690 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 5 May 2014 04:58:31 +1000 Subject: Merge winFangComplete into winFangAdd. --- src/extantz/woMan.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/extantz/woMan.c') diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c index b5a4f50..dc9c8e0 100644 --- a/src/extantz/woMan.c +++ b/src/extantz/woMan.c @@ -159,7 +159,7 @@ winFang *woMan_add(globals *ourGlobals) char buf[PATH_MAX]; int i; - me = winFangAdd(ourGlobals->win); + me = winFangAdd(ourGlobals->win, 30, 30, ourGlobals->win_w / 3, ourGlobals->win_h / 3); eina_clist_add_head(&ourGlobals->winFangs, &me->node); bx = elm_box_add(me->win); @@ -287,6 +287,5 @@ winFang *woMan_add(globals *ourGlobals) eo_unref(bt); evas_object_show(bx); - winFangComplete(me, 30, 30, ourGlobals->win_w / 3, ourGlobals->win_h / 3); return me; } -- cgit v1.1