From 26bcc09cc883b87fdb8c86044b7008a5adef8ca4 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 1 Oct 2012 02:42:23 +0000 Subject: [PATCH] ephoto: Use new elementary apis. SVN revision: 77231 --- src/bin/ephoto_single_browser.c | 2 +- src/bin/ephoto_thumb_browser.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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