Canvas image: fix endless call to 'load_error_get'
authorDaniel Hirt <hirt.danny@gmail.com>
Wed, 20 Dec 2017 14:40:23 +0000 (16:40 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 10 Jan 2018 11:08:13 +0000 (20:08 +0900)
commitdbd2cfaff54d163ed83d168572fa174fc54a3eba
tree984a19ee8d0b852eda3e2a5d2441bb0ffb5f8c66
parent3097507197c7be13b203048df4bc0dcc776b858f
Canvas image: fix endless call to 'load_error_get'

Fixes a bug introduce with c8c4572d7005d19cf50f8c53bb7408606cf3ee40.
My guess is that the true intention was to query the Efl.File mixin
first, and the check the specific load_error.

Basically a call to 'efl_file_load_error_get' on an
Efl.Canvas.Image triggered this.
src/lib/evas/canvas/efl_canvas_image.c