discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=dc14e4d349a75d450bd96478e0ef193e13734faf

commit dc14e4d349a75d450bd96478e0ef193e13734faf
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Feb 6 18:25:01 2015 -0500

    forgotten ee bit from previous commit
---
 src/lib/ecore_evas/ecore_evas.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/ecore_evas/ecore_evas.c b/src/lib/ecore_evas/ecore_evas.c
index bb854f1..a400bf6 100644
--- a/src/lib/ecore_evas/ecore_evas.c
+++ b/src/lib/ecore_evas/ecore_evas.c
@@ -1787,8 +1787,10 @@ ecore_evas_cursor_unset(Ecore_Evas *ee)
         return NULL;
      }
    obj = ee->prop.cursor.object;
+   IFC(ee, fn_object_cursor_unset) (ee);
    evas_object_hide(obj);
    ee->prop.cursor.object = NULL;
+   }
 
    return obj;
 }

-- 


Reply via email to