oops - deprecating renamed badly. fixed

SVN revision: 68694
This commit is contained in:
Carsten Haitzler 2012-03-05 10:21:03 +00:00
parent 9073ed6efb
commit 04e5806097
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}