summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2016-03-04 15:55:14 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-03-04 16:14:37 -0800
commit23aa206fe1218d1ef060b2bdaf558b1f4a802153 (patch)
tree0d43da20a4706c5ac3194c18c59733dfa45156f0
parent6785fa01252f0b789d6c93ee6f52afcda4a3aa7a (diff)
downloadelementary-23aa206fe1218d1ef060b2bdaf558b1f4a802153.tar.gz
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>
-rw-r--r--src/lib/elm_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_image.c b/src/lib/elm_image.c
index 411900414..92aacaa05 100644
--- a/src/lib/elm_image.c
+++ b/src/lib/elm_image.c
@@ -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