raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=42e34a127aaf71a3d2dd66a4aa241261db407d9e
commit 42e34a127aaf71a3d2dd66a4aa241261db407d9e Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Apr 10 18:18:21 2014 +0900 FIX TOMS BREAKING OF ELEMENTARY! --- src/lib/elm_cnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c index 7304e37..54e697e 100644 --- a/src/lib/elm_cnp.c +++ b/src/lib/elm_cnp.c @@ -220,7 +220,7 @@ _all_drop_targets_cbs_del(void *data EINA_UNUSED, Evas *e EINA_UNUSED, Evas_Obje cbs->poscb, cbs->posdata, cbs->dropcb, cbs->dropdata); // If elm_drop_target_del() happened to delete dropabale, then // re-fetch it each loop to make sure it didn't - eo_do(obj, eo_base_data_get("__elm_dropable", (void **)&dropable)); + eo_do(obj, dropable = eo_key_data_get("__elm_dropable")); if (!dropable) break; } } --
