discomfitor pushed a commit to branch master.

commit f9f81ee6e1042f5d859712be0c776f09a6f3d08e
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Apr 19 13:44:52 2013 +0100

    send right comp source events
---
 src/bin/e_comp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index e4617a3..34b99c2 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -127,7 +127,7 @@ _e_comp_event_source_add(E_Comp_Win *cw)
 
    ev = E_NEW(E_Event_Comp, 1);
    ev->cw = cw;
-   ecore_event_add(E_EVENT_COMP_SOURCE_VISIBILITY, ev, 
(Ecore_End_Cb)_e_comp_event_end, NULL);
+   ecore_event_add(E_EVENT_COMP_SOURCE_ADD, ev, 
(Ecore_End_Cb)_e_comp_event_end, NULL);
 }
 
 static void
@@ -137,7 +137,7 @@ _e_comp_event_source_del(E_Comp_Win *cw)
 
    ev = E_NEW(E_Event_Comp, 1);
    ev->cw = cw;
-   ecore_event_add(E_EVENT_COMP_SOURCE_VISIBILITY, ev, 
(Ecore_End_Cb)_e_comp_event_end, NULL);
+   ecore_event_add(E_EVENT_COMP_SOURCE_DEL, ev, 
(Ecore_End_Cb)_e_comp_event_end, NULL);
 }
 
 static void
@@ -147,7 +147,7 @@ _e_comp_event_source_configure(E_Comp_Win *cw)
 
    ev = E_NEW(E_Event_Comp, 1);
    ev->cw = cw;
-   ecore_event_add(E_EVENT_COMP_SOURCE_VISIBILITY, ev, 
(Ecore_End_Cb)_e_comp_event_end, NULL);
+   ecore_event_add(E_EVENT_COMP_SOURCE_CONFIGURE, ev, 
(Ecore_End_Cb)_e_comp_event_end, NULL);
 }
 
 static void

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to