[Elm] I don't have words to name the issue here, let's just call it unb0rking.
authorglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 14:32:58 +0000 (14:32 +0000)
committerglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 14:32:58 +0000 (14:32 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68722 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_notify.c

index 92492d8..4eac72a 100644 (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);
 }