diff --git a/src/bin/ephoto_single_browser.c b/src/bin/ephoto_single_browser.c index 075ec1f..69a89ad 100644 --- a/src/bin/ephoto_single_browser.c +++ b/src/bin/ephoto_single_browser.c @@ -879,7 +879,7 @@ ephoto_single_browser_add(Ephoto *ephoto, Evas_Object *parent) evas_object_size_hint_align_set(sb->sentry, EVAS_HINT_FILL, EVAS_HINT_FILL); elm_entry_single_line_set(sb->sentry, EINA_TRUE); elm_entry_scrollable_set(sb->sentry, EINA_TRUE); - elm_entry_scrollbar_policy_set(sb->sentry, ELM_SCROLLER_POLICY_OFF, + elm_scroller_policy_set(sb->sentry, ELM_SCROLLER_POLICY_OFF, ELM_SCROLLER_POLICY_OFF); elm_object_disabled_set(sb->sentry, EINA_TRUE); evas_object_smart_callback_add diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index 98b28cd..3fd7728 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -521,7 +521,7 @@ ephoto_thumb_browser_add(Ephoto *ephoto, Evas_Object *parent) evas_object_size_hint_align_set(tb->entry, EVAS_HINT_FILL, EVAS_HINT_FILL); elm_entry_single_line_set(tb->entry, EINA_TRUE); elm_entry_scrollable_set(tb->entry, EINA_TRUE); - elm_entry_scrollbar_policy_set(tb->entry, ELM_SCROLLER_POLICY_OFF, + elm_scroller_policy_set(tb->entry, ELM_SCROLLER_POLICY_OFF, ELM_SCROLLER_POLICY_OFF); evas_object_smart_callback_add