tasn pushed a commit to branch master.

commit 6e3f555fe41c01eea92576929d1a21b849ec39a8
Author: Tom Hacohen <[email protected]>
Date:   Tue May 21 15:06:05 2013 +0100

    Eo: Made del event an hot event (we always want to get it).
---
 src/lib/eo/eo_base_class.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/eo_base_class.c b/src/lib/eo/eo_base_class.c
index 5f7da48..a183493 100644
--- a/src/lib/eo/eo_base_class.c
+++ b/src/lib/eo/eo_base_class.c
@@ -702,7 +702,7 @@ EAPI const Eo_Event_Description _EO_EV_CALLBACK_ADD =
 EAPI const Eo_Event_Description _EO_EV_CALLBACK_DEL =
    EO_EVENT_DESCRIPTION("callback,del", "A callback was deleted.");
 EAPI const Eo_Event_Description _EO_EV_DEL =
-   EO_EVENT_DESCRIPTION("del", "Obj is being deleted.");
+   EO_HOT_EVENT_DESCRIPTION("del", "Obj is being deleted.");
 
 static void
 _constructor(Eo *obj, void *class_data EINA_UNUSED, va_list *list EINA_UNUSED)

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to