[Elm] I don't have words to name the issue here, let's just call it unb0rking.

SVN revision: 68722
This commit is contained in:
Gustavo Lima Chaves 2012-03-05 14:32:58 +00:00
parent dba89c8861
commit d2ae40cf9c
1 changed files with 2 additions and 2 deletions

View File

@ -621,13 +621,13 @@ elm_notify_timeout_get(const Evas_Object *obj)
}
EINA_DEPRECATED EAPI void
elm_repeat_repeat_events_set(Evas_Object *obj, Eina_Bool repeat)
elm_notify_repeat_events_set(Evas_Object *obj, Eina_Bool repeat)
{
elm_notify_allow_events_set(obj, repeat);
}
EINA_DEPRECATED EAPI Eina_Bool
elm_repeat_events_get(const Evas_Object *obj)
elm_notify_repeat_events_get(const Evas_Object *obj)
{
return elm_notify_allow_events_get(obj);
}