From: raster Date: Mon, 5 Mar 2012 10:21:03 +0000 (+0000) Subject: oops - deprecating renamed badly. fixed X-Git-Tag: REL_F_I9500_20120323_1~17^2~414 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e11e0f5a3407eafbf072c8af0b7aee1ac43cb89;p=framework%2Fuifw%2Felementary.git oops - deprecating renamed badly. fixed git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68694 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_notify.c b/src/lib/elm_notify.c index d1d322c..92492d8 100644 --- a/src/lib/elm_notify.c +++ b/src/lib/elm_notify.c @@ -627,7 +627,7 @@ elm_repeat_repeat_events_set(Evas_Object *obj, Eina_Bool repeat) } EINA_DEPRECATED EAPI Eina_Bool -elm_repeat_allow_events_get(const Evas_Object *obj) +elm_repeat_events_get(const Evas_Object *obj) { return elm_notify_allow_events_get(obj); }