image: fix the wrong return value

Summary: Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

Reviewers: Hermet, cedric

Reviewed By: cedric

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D3741

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Minkyu Kang 2016-03-04 15:55:14 -08:00 committed by Cedric BAIL
parent 79a0cdd9ce
commit a5c5057201
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ _elm_image_resize_down_set(Eo *obj, Elm_Image_Data *sd, Eina_Bool resize_down)
EOLIAN static Eina_Bool
_elm_image_resize_down_get(Eo *obj EINA_UNUSED, Elm_Image_Data *sd)
{
return sd->resize_up;
return sd->resize_down;
}
static Eina_Bool