From f24210caac8d50940ddef858994571be59179c10 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 11 Mar 2016 12:24:08 +0000 Subject: Revert "Automatic migration to the new eo_add syntax." This reverts commit 4f949a2757b6332306264d7f126b15ba7bfd37d4. --- src/lib/emotion/emotion_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/emotion/emotion_smart.c') diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index 5e7afa29de..d0b0f327f8 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c @@ -236,7 +236,7 @@ EAPI Evas_Object * emotion_object_add(Evas *evas) { Evas_Object *e; - eo_add(&e, MY_CLASS, evas); + e = eo_add(MY_CLASS, evas); return e; } -- cgit v1.2.1