I forgot
FossilOrigin-Name: 6c066b1d3ba96cded77b5e31d933c0eb13e6df86217dbc73e296551b75ac11aa
This commit is contained in:
parent
6394aeec89
commit
d212252b08
1 changed files with 2 additions and 2 deletions
|
@ -25,13 +25,13 @@ gui_quit_cb(void *data EINA_UNUSED, const Efl_Event *event EINA_UNUSED)
|
|||
efl_exit(0);
|
||||
}
|
||||
|
||||
static void
|
||||
static Eo*
|
||||
gui_create_status(struct mstdnt_status* status)
|
||||
{
|
||||
Eo* root = efl_add(EFL_UI_BOX_CLASS,
|
||||
efl_name_set(efl_added, "Status"));
|
||||
|
||||
//Eo* avatar = efl_add();
|
||||
Eo* avatar = efl_add();
|
||||
|
||||
return root;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue