From: Carsten Haitzler Date: Sat, 5 Jan 2013 02:46:03 +0000 (+0000) Subject: oooh no one ever spotted this api had a typo! fix indeed. X-Git-Tag: submit/devel/efl/20131022.203902~2489 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43e917724be0053a2ed9d559332f5439ee2e895d;p=platform%2Fupstream%2Fefl.git oooh no one ever spotted this api had a typo! fix indeed. SVN revision: 82255 --- diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 8a80f83..0546d02 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c @@ -1529,7 +1529,7 @@ emotion_object_suspend_set(Evas_Object *obj, Emotion_Suspend state) } EAPI Emotion_Suspend -motion_object_suspend_get(Evas_Object *obj) +emotion_object_suspend_get(Evas_Object *obj) { Smart_Data *sd;