Elm_Web: avoid deprecated elm_notify_repeat_events_set
authorBruno Dilly <bdilly@profusion.mobi>
Wed, 7 Mar 2012 00:37:41 +0000 (00:37 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Wed, 7 Mar 2012 00:37:41 +0000 (00:37 +0000)
SVN revision: 68863

src/lib/elm_web.c

index 323395d..c13d388 100644 (file)
@@ -918,7 +918,7 @@ _ewk_view_popup_create_cb(void *data, Evas_Object *obj, void *event_info)
      return;
 
    notify = elm_notify_add(obj);
-   elm_notify_repeat_events_set(notify, EINA_FALSE);
+   elm_notify_allow_events_set(notify, EINA_FALSE);
    elm_notify_orient_set(notify, ELM_NOTIFY_ORIENT_BOTTOM);
 
    list = elm_list_add(obj);