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/chat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/extantz/chat.c') diff --git a/src/extantz/chat.c b/src/extantz/chat.c index e0aa9da..5036c95 100644 --- a/src/extantz/chat.c +++ b/src/extantz/chat.c @@ -16,7 +16,7 @@ winFang *chat_add(globals *ourGlobals) Widget *wid; Evas_Object *bx, *en; - me = winFangAdd(ourGlobals->win); + me = winFangAdd(ourGlobals->win, 30, 500, ourGlobals->win_w / 3, ourGlobals->win_h / 3); eina_clist_add_head(&ourGlobals->winFangs, &me->node); bx = eo_add(ELM_OBJ_BOX_CLASS, me->win, @@ -47,6 +47,5 @@ winFang *chat_add(globals *ourGlobals) evas_object_show(bx); eo_unref(bx); - winFangComplete(me, 30, 500, ourGlobals->win_w / 3, ourGlobals->win_h / 3); return me; } -- cgit v1.1