diff options
author | Tom Hacohen <tom@stosb.com> | 2016-03-11 12:24:08 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-03-11 12:29:03 +0000 |
commit | f24210caac8d50940ddef858994571be59179c10 (patch) | |
tree | cfc8b264e77abbab9827517d1827f9a4fb4dcd50 /src/lib/emotion/emotion_smart.c | |
parent | 9fdac37187e35f45570c3808011d0283c658652d (diff) |
Revert "Automatic migration to the new eo_add syntax."
This reverts commit 4f949a2757b6332306264d7f126b15ba7bfd37d4.
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 * | |||
236 | emotion_object_add(Evas *evas) | 236 | emotion_object_add(Evas *evas) |
237 | { | 237 | { |
238 | Evas_Object *e; | 238 | Evas_Object *e; |
239 | eo_add(&e, MY_CLASS, evas); | 239 | e = eo_add(MY_CLASS, evas); |
240 | return e; | 240 | return e; |
241 | } | 241 | } |
242 | 242 | ||