Elm_Web: avoid deprecated elm_notify_repeat_events_set

SVN revision: 68863
This commit is contained in:
Bruno Dilly 2012-03-07 00:37:41 +00:00
parent 0511cc34a1
commit 5f7aecca69
1 changed files with 1 additions and 1 deletions

View 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);