From 27d85ca5fc18bc5ae9abecb88fba26b71e392209 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 5 May 2014 04:59:13 +1000 Subject: Merge inline and external window creation. --- src/extantz/chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extantz/chat.c') diff --git a/src/extantz/chat.c b/src/extantz/chat.c index 5036c95..d608620 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, 30, 500, ourGlobals->win_w / 3, ourGlobals->win_h / 3); + me = winFangAdd(ourGlobals->win, 30, 500, ourGlobals->win_w / 3, ourGlobals->win_h / 3, "chatter box", "chat"); eina_clist_add_head(&ourGlobals->winFangs, &me->node); bx = eo_add(ELM_OBJ_BOX_CLASS, me->win, -- cgit v1.1