jeyzu pushed a commit to branch master.

commit 41e59310a5ba728b589d23c22a28ee329545bc66
Author: Jérémy Zurcher <[email protected]>
Date:   Tue May 7 22:45:57 2013 +0200

    remove replace eo_data_get() call
---
 src/modules/evas/engines/drm/evas_engine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/evas/engines/drm/evas_engine.c 
b/src/modules/evas/engines/drm/evas_engine.c
index dc50d39..064b0bd 100644
--- a/src/modules/evas/engines/drm/evas_engine.c
+++ b/src/modules/evas/engines/drm/evas_engine.c
@@ -109,7 +109,7 @@ eng_setup(Evas *evas, void *einfo)
    if (!(info = (Evas_Engine_Info_Drm *)einfo)) return 0;
 
    /* try to get the evas public data */
-   if (!(epd = eo_data_get(evas, EVAS_CLASS))) return 0;
+   if (!(epd = eo_data_scope_get(evas, EVAS_CLASS))) return 0;
 
    /* check for valid engine output */
    if (!(re = epd->engine.data.output))

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to