From 57978f73a5e5a98b05e845b68183ab80c4d97716 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 12 Jul 2012 15:04:46 +0000 Subject: [PATCH] elfe, enna-explorer, envision, ephoto: Applied elm_gengrid_bounce_set -> elm_scroller_bounce_set API change. SVN revision: 73620 --- src/bin/ephoto_thumb_browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index 81b49cb..08b16a1 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -547,7 +547,7 @@ ephoto_thumb_browser_add(Ephoto *ephoto, Evas_Object *parent) evas_object_size_hint_align_set(tb->grid, EVAS_HINT_FILL, EVAS_HINT_FILL); elm_gengrid_align_set(tb->grid, 0.0, 0.0); - elm_gengrid_bounce_set(tb->grid, EINA_FALSE, EINA_TRUE); + elm_scroller_bounce_set(tb->grid, EINA_FALSE, EINA_TRUE); evas_object_size_hint_align_set (tb->grid, EVAS_HINT_FILL, EVAS_HINT_FILL); evas_object_size_hint_weight_set