From: Doyoun Kang <doyoun.kang@samsung.com>

Subject: [E-devel] [Patch] e_zone bug fix

I found a minor bug in e_zone.c. The bug is that the E_EVENT_ZONE_DEL
event doesn't occur when the zone is deleted.



SVN revision: 70453
This commit is contained in:
Doyoun Kang 2012-04-25 00:46:37 +00:00 committed by Carsten Haitzler
parent 9c614fcbb5
commit 02fc2b8a8c
1 changed files with 0 additions and 1 deletions

View File

@ -1789,7 +1789,6 @@ _e_zone_object_del_attach(void *o)
E_Zone *zone;
E_Event_Zone_Del *ev;
if (e_object_is_del(E_OBJECT(o))) return;
zone = o;
ev = E_NEW(E_Event_Zone_Del, 1);
ev->zone = zone;