Bugfix: e syscon: Cleanup everything when closing the dialog by clicking outside of it.

Inputs were still being held, leading to inability to interact with windows unless restarting Enlightenment.
This commit is contained in:
Chidambar Zinnoury 2014-04-21 23:24:21 +02:00
parent f193f90ce8
commit be6b912adb
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ static int act_count = 0;
static void
_cb_del(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED)
{
evas_object_hide(popup);
E_FREE_FUNC(popup, evas_object_del);
e_syscon_hide();
}
/* externally accessible functions */